diff --git a/project/fengdu/app/AppIntegratingOrder/AppIntegratingOrder.vue b/project/fengdu/app/AppIntegratingOrder/AppIntegratingOrder.vue
new file mode 100644
index 00000000..ad030775
--- /dev/null
+++ b/project/fengdu/app/AppIntegratingOrder/AppIntegratingOrder.vue
@@ -0,0 +1,104 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/project/fengdu/app/AppIntegratingOrder/components/GirdOrderList.vue b/project/fengdu/app/AppIntegratingOrder/components/GirdOrderList.vue
new file mode 100644
index 00000000..7e911542
--- /dev/null
+++ b/project/fengdu/app/AppIntegratingOrder/components/GirdOrderList.vue
@@ -0,0 +1,143 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 下架
+ 详情
+
+
+
+
+
+
+
+
+
+
+
diff --git a/project/fengdu/app/AppIntegratingOrder/components/ResidentOrderList.vue b/project/fengdu/app/AppIntegratingOrder/components/ResidentOrderList.vue
new file mode 100644
index 00000000..de1e6bf9
--- /dev/null
+++ b/project/fengdu/app/AppIntegratingOrder/components/ResidentOrderList.vue
@@ -0,0 +1,143 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 下架
+ 详情
+
+
+
+
+
+
+
+
+
+
+
diff --git a/project/fengdu/app/AppIntegratingOrder/components/addGoods.vue b/project/fengdu/app/AppIntegratingOrder/components/addGoods.vue
new file mode 100644
index 00000000..1b774f28
--- /dev/null
+++ b/project/fengdu/app/AppIntegratingOrder/components/addGoods.vue
@@ -0,0 +1,357 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ forms.shopName }}
+ {{
+ dict.getLabel("integralMerchandiseType", forms.merchandiseType)
+ }}
+ {{ forms.merchandiseName }}
+
+
+ {{ forms.costIntegral + "积分" }}
+ {{ forms.inventoryNumber }}
+ {{ forms.saleNumber || "0" }}
+
+
+ {{
+ dict.getLabel("integralMerchandiseStatus", forms.status)
+ }}
+
+
+
+ {{ forms.description }}
+
+
+
+
+
+
+ 取消
+ 提 交
+
+
+
+
+
+
+
+
diff --git a/project/fengdu/app/AppIntegratingOrder/components/addOrder.vue b/project/fengdu/app/AppIntegratingOrder/components/addOrder.vue
new file mode 100644
index 00000000..8e61e8ee
--- /dev/null
+++ b/project/fengdu/app/AppIntegratingOrder/components/addOrder.vue
@@ -0,0 +1,625 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ 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/AppIntegratingOrder/goodsManagement.vue b/project/fengdu/app/AppIntegratingOrder/goodsManagement.vue
new file mode 100644
index 00000000..35599d08
--- /dev/null
+++ b/project/fengdu/app/AppIntegratingOrder/goodsManagement.vue
@@ -0,0 +1,336 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 添加
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+
+
+ 详情
+
+
+ 上架
+
+
+ 下架
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/project/fengdu/app/AppIntegratingOrder/orderManagement.vue b/project/fengdu/app/AppIntegratingOrder/orderManagement.vue
new file mode 100644
index 00000000..1c264e9f
--- /dev/null
+++ b/project/fengdu/app/AppIntegratingOrder/orderManagement.vue
@@ -0,0 +1,501 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 变更状态
+
+
+ 批量兑换
+ 批量取消
+
+
+
+
+
+
+
+
+
+
+
+ {{ 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/AppIntegratingOrder/storeManagement.vue b/project/fengdu/app/AppIntegratingOrder/storeManagement.vue
new file mode 100644
index 00000000..a974b42a
--- /dev/null
+++ b/project/fengdu/app/AppIntegratingOrder/storeManagement.vue
@@ -0,0 +1,474 @@
+
+
+
+
+
+
+
+ 添加
+
+
+
+
+
+
+ {{ row.doType > 0 ? "+" : ""}}{{ row.changeIntegral }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 启用
+ 停用
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/project/fengdu/app/AppIntegratingSupermarket/AppIntegratingSupermarket.vue b/project/fengdu/app/AppIntegratingSupermarket/AppIntegratingSupermarket.vue
new file mode 100644
index 00000000..3ace6e35
--- /dev/null
+++ b/project/fengdu/app/AppIntegratingSupermarket/AppIntegratingSupermarket.vue
@@ -0,0 +1,111 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/project/fengdu/app/AppIntegratingSupermarket/components/addGoods.vue b/project/fengdu/app/AppIntegratingSupermarket/components/addGoods.vue
new file mode 100644
index 00000000..1b774f28
--- /dev/null
+++ b/project/fengdu/app/AppIntegratingSupermarket/components/addGoods.vue
@@ -0,0 +1,357 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ forms.shopName }}
+ {{
+ dict.getLabel("integralMerchandiseType", forms.merchandiseType)
+ }}
+ {{ forms.merchandiseName }}
+
+
+ {{ forms.costIntegral + "积分" }}
+ {{ forms.inventoryNumber }}
+ {{ forms.saleNumber || "0" }}
+
+
+ {{
+ dict.getLabel("integralMerchandiseStatus", forms.status)
+ }}
+
+
+
+ {{ forms.description }}
+
+
+
+
+
+
+ 取消
+ 提 交
+
+
+
+
+
+
+
+
diff --git a/project/fengdu/app/AppIntegratingSupermarket/components/addOrder.vue b/project/fengdu/app/AppIntegratingSupermarket/components/addOrder.vue
new file mode 100644
index 00000000..8e61e8ee
--- /dev/null
+++ b/project/fengdu/app/AppIntegratingSupermarket/components/addOrder.vue
@@ -0,0 +1,625 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ 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
new file mode 100644
index 00000000..35599d08
--- /dev/null
+++ b/project/fengdu/app/AppIntegratingSupermarket/goodsManagement.vue
@@ -0,0 +1,336 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 添加
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+
+
+ 详情
+
+
+ 上架
+
+
+ 下架
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/project/fengdu/app/AppIntegratingSupermarket/orderManagement.vue b/project/fengdu/app/AppIntegratingSupermarket/orderManagement.vue
new file mode 100644
index 00000000..1c264e9f
--- /dev/null
+++ b/project/fengdu/app/AppIntegratingSupermarket/orderManagement.vue
@@ -0,0 +1,501 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 变更状态
+
+
+ 批量兑换
+ 批量取消
+
+
+
+
+
+
+
+
+
+
+
+ {{ 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
new file mode 100644
index 00000000..a974b42a
--- /dev/null
+++ b/project/fengdu/app/AppIntegratingSupermarket/storeManagement.vue
@@ -0,0 +1,474 @@
+
+
+
+
+
+
+
+ 添加
+
+
+
+
+
+
+ {{ row.doType > 0 ? "+" : ""}}{{ row.changeIntegral }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 启用
+ 停用
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/project/qujing/app/AppCertificateManage/components/Add.vue b/project/qujing/app/AppCertificateManage/components/Add.vue
index b6350eb4..63e1d081 100644
--- a/project/qujing/app/AppCertificateManage/components/Add.vue
+++ b/project/qujing/app/AppCertificateManage/components/Add.vue
@@ -26,10 +26,11 @@
{{ form.certificateTitle }}
-
全巧丽
+
XXX
@@ -65,9 +66,7 @@
certificateName: '',
certificateIssueUnit: '曲靖市政法委',
certificateTitle: '知法明理人证书',
- certificateContent: `恭喜您成为曲靖市第 「#获得证书序号」位知法明理人
-
- 特颁此证,以资鼓励!`
+ certificateContent: `恭喜您成为曲靖市第 「#获得证书序号」位知法明理人`
},
id: '',
date: ''
@@ -211,11 +210,12 @@
.bottom {
position: absolute;
bottom: 80px;
- right: 78px;
+ left: 50%;
line-height: 40px;
font-size: 24px;
- text-align: right;
+ text-align: center;
color: #3D5C8F;
+ transform: translateX(-50%);
}
h1 {