diff --git a/project/fengdu/app/AppIntegratingSupermarket/AppIntegratingSupermarket.vue b/project/fengdu/app/AppIntegratingSupermarket/AppIntegratingSupermarket.vue index edc939a0..34879bb5 100644 --- a/project/fengdu/app/AppIntegratingSupermarket/AppIntegratingSupermarket.vue +++ b/project/fengdu/app/AppIntegratingSupermarket/AppIntegratingSupermarket.vue @@ -1,105 +1,112 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/project/fengdu/app/AppIntegratingSupermarket/components/AddStore.vue b/project/fengdu/app/AppIntegratingSupermarket/components/AddStore.vue new file mode 100644 index 00000000..da6920fb --- /dev/null +++ b/project/fengdu/app/AppIntegratingSupermarket/components/AddStore.vue @@ -0,0 +1,230 @@ + + + + + + + + + + + + + + + + + + + + 不限 + 仅指定网格可见 + + + + + + + + {{ item.girdName }} + 等{{ girdList.length }}个 + + 请选择 + {{ form.girdList.length ? '重新选择' : '选择' }} + + + + + + + + + + 取消 + 提交 + + + + + + + diff --git a/project/fengdu/app/AppIntegratingSupermarket/components/GoodsList.vue b/project/fengdu/app/AppIntegratingSupermarket/components/GoodsList.vue new file mode 100644 index 00000000..00bbaafa --- /dev/null +++ b/project/fengdu/app/AppIntegratingSupermarket/components/GoodsList.vue @@ -0,0 +1,188 @@ + + + + + + + + + + 添加 + + + + + + + + + + + + + {{ row.title }} + + + + + + + 编辑 + {{ row.status === '0' ? '上架' : '下架' }} + 删除 + 复制链接 + + + + + + + + + + + diff --git a/project/fengdu/app/AppIntegratingSupermarket/components/StoreList.vue b/project/fengdu/app/AppIntegratingSupermarket/components/StoreList.vue new file mode 100644 index 00000000..0c3cab1a --- /dev/null +++ b/project/fengdu/app/AppIntegratingSupermarket/components/StoreList.vue @@ -0,0 +1,151 @@ + + + + + + + + + + 添加 + + + + + + + + + + + 编辑 + {{ row.status === '0' ? '上架' : '下架' }} + 删除 + + + + + + + + + + + diff --git a/project/fengdu/app/AppIntegratingSupermarket/components/addGoods.vue b/project/fengdu/app/AppIntegratingSupermarket/components/addGoods.vue index 1b774f28..80cb72f6 100644 --- a/project/fengdu/app/AppIntegratingSupermarket/components/addGoods.vue +++ b/project/fengdu/app/AppIntegratingSupermarket/components/addGoods.vue @@ -1,357 +1,221 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 上架中 - 已下架 - - - - - - - - - - - - - - - - - - - - - - - {{ forms.shopName }} - {{ - dict.getLabel("integralMerchandiseType", forms.merchandiseType) - }} - {{ forms.merchandiseName }} - - - {{ forms.costIntegral + "积分" }} - {{ forms.inventoryNumber }} - {{ forms.saleNumber || "0" }} - - - {{ - dict.getLabel("integralMerchandiseStatus", forms.status) - }} - - - - {{ forms.description }} - - - - - - - 取消 - 提 交 - - - + + + + + + + + + + + + + + + + + + + + + + + 建议尺寸:800*800,支持上传jpg/png格式图片,最多上传一张,单个图片大小不超过10M + + + + + + + + + + + + + + + + + + 取消 + 提交 + + - diff --git a/project/fengdu/app/AppIntegratingSupermarket/components/addOrder.vue b/project/fengdu/app/AppIntegratingSupermarket/components/addOrder.vue deleted file mode 100644 index 8e61e8ee..00000000 --- a/project/fengdu/app/AppIntegratingSupermarket/components/addOrder.vue +++ /dev/null @@ -1,625 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - {{ item.name }} - - {{ item.phone }} - - - - - - - - {{ integral || "0" }}分 - - - - 选择商品 - - - - - - - - - - - - changeNumber(currentValue, oldValue, row) - " - :step="1" - step-strictly - > - - - - - {{ goodIntegral[row.id] }} - - - - - - - - - - - 合计积分: - {{ allIntegral }} - 分 - - - (积分不足,请删减商品) - - - - - - - - - - - - - {{ detailInfo.orderCode }} - {{ detailInfo.createTime }} - {{ detailInfo.shopName }} - - - {{ dict.getLabel("integralOrderStatus", detailInfo.orderStatus) }} - - - - - - - - - - - - - {{ row.merchandiseNumber }} - - - - - {{ Number(row.merchandiseNumber) * Number(row.costIntegral) }} - - - - - - 合计积分: - {{ detailInfo.orderIntegral }} - 分 - - - - - - - - - - {{ detailInfo.familyName }} - {{ detailInfo.familyPhone || "-" }} - - - {{ detailInfo.remark || "-" }} - - - - - - - - - {{ detailInfo.createUserName || "-" }} - {{ detailInfo.createUserPhone || "-" }} - {{ detailInfo.finishTime || "-" }} - - - - - - - 取消 - 确认兑换 - - - - - - 商品列表 - - - - - - - - - - - - - - diff --git a/project/fengdu/app/AppIntegratingSupermarket/goodsManagement.vue b/project/fengdu/app/AppIntegratingSupermarket/goodsManagement.vue deleted file mode 100644 index 35599d08..00000000 --- a/project/fengdu/app/AppIntegratingSupermarket/goodsManagement.vue +++ /dev/null @@ -1,336 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - 添加 - - - - - - - - - - - - - - - - - - 编辑 - - - 详情 - - - 上架 - - - 下架 - - - - - - - - - - - - - diff --git a/project/fengdu/app/AppIntegratingSupermarket/orderManagement.vue b/project/fengdu/app/AppIntegratingSupermarket/orderManagement.vue deleted file mode 100644 index 1c264e9f..00000000 --- a/project/fengdu/app/AppIntegratingSupermarket/orderManagement.vue +++ /dev/null @@ -1,501 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 变更状态 - - - 批量兑换 - 批量取消 - - - - - - - - - - - - {{ row.orderCode }} - {{ row.createTime }} - - - - - - - - - - - - - {{ row.familyName }} - {{ row.familyPhone }} - - - - - - - {{ row.createUserName }} - {{ - row.createUserPhone - }} - - - - - - - - {{ - dict.getLabel("integralOrderStatus", row.orderStatus) - }} - - {{ row.reserveDate }} {{ row.reserveTime }} - - - - 备注 - - - - - - - - - 详情 - - - 确认兑换 - 取消订单 - - - - - - - - - - - - - diff --git a/project/fengdu/app/AppIntegratingSupermarket/storeManagement.vue b/project/fengdu/app/AppIntegratingSupermarket/storeManagement.vue deleted file mode 100644 index a974b42a..00000000 --- a/project/fengdu/app/AppIntegratingSupermarket/storeManagement.vue +++ /dev/null @@ -1,474 +0,0 @@ - - - - - - - - 添加 - - - - - - - {{ row.doType > 0 ? "+" : ""}}{{ row.changeIntegral }} - - - - - - - 编辑 - - - - 授权 - - - - - - - - - - - - - - - - - - - - - - - - - - 启用 - 停用 - - - - - - - - - - - - - - - - - - - {{ item.userName }} - - - - 请选择 - - - - - - - {{ item.userName }} - - - - - - - - - - - - - -
{{ row.title }}
建议尺寸:800*800,支持上传jpg/png格式图片,最多上传一张,单个图片大小不超过10M
- {{ integral || "0" }}分 -
- 合计积分: - {{ allIntegral }} - 分 -
- (积分不足,请删减商品) -
- 合计积分: - {{ detailInfo.orderIntegral }} - 分 -