diff --git a/public/components/common/editHousekeepingServ/editHousekeepingServ.js b/public/components/common/editHousekeepingServ/editHousekeepingServ.js
index db9a75acf..ccff0553e 100644
--- a/public/components/common/editHousekeepingServ/editHousekeepingServ.js
+++ b/public/components/common/editHousekeepingServ/editHousekeepingServ.js
@@ -162,7 +162,7 @@
vc.toast(vc.validate.errInfo);
return;
}
- $that.editHousekeepingServInfo.shopId=vc.getCurrentCommunity().shopId;
+ //$that.editHousekeepingServInfo.shopId=vc.getCurrentCommunity().shopId;
vc.http.apiPost(
'/housekeepingServ/updateHousekeepingServ',
JSON.stringify(vc.component.editHousekeepingServInfo),
@@ -192,7 +192,7 @@
page: 1,
row: 50,
typeCd:1001,
- shopId:vc.getCurrentCommunity().shopId
+ //shopId:vc.getCurrentCommunity().shopId
}
};
diff --git a/public/components/common/editProduct/editProduct.js b/public/components/common/editProduct/editProduct.js
index 6423d407d..5d28ff22c 100644
--- a/public/components/common/editProduct/editProduct.js
+++ b/public/components/common/editProduct/editProduct.js
@@ -166,7 +166,7 @@
return;
}
- $that.editProductInfo.shopId = vc.getCurrentCommunity().shopId;
+ //$that.editProductInfo.shopId = vc.getCurrentCommunity().shopId;
vc.http.apiPost(
'/product/updateProduct',
@@ -226,7 +226,7 @@
params: {
page:1,
row:50,
- shopId:vc.getCurrentCommunity().shopId
+ //shopId:vc.getCurrentCommunity().shopId
}
};
//发送get请求
diff --git a/public/pages/admin/housekeepingSjServManage/housekeepingSjServManage.html b/public/pages/admin/housekeepingSjServManage/housekeepingSjServManage.html
index 36f09b7fe..c12348b17 100644
--- a/public/pages/admin/housekeepingSjServManage/housekeepingSjServManage.html
+++ b/public/pages/admin/housekeepingSjServManage/housekeepingSjServManage.html
@@ -16,12 +16,12 @@
v-model="housekeepingServManageInfo.conditions.servName" class=" form-control">
-
+
\ No newline at end of file
diff --git a/public/pages/admin/housekeepingSjServManage/housekeepingSjServManage.js b/public/pages/admin/housekeepingSjServManage/housekeepingSjServManage.js
index 3c99159e9..ea4d775ad 100644
--- a/public/pages/admin/housekeepingSjServManage/housekeepingSjServManage.js
+++ b/public/pages/admin/housekeepingSjServManage/housekeepingSjServManage.js
@@ -18,6 +18,7 @@
repairWay: '',
servName: '',
hktId: '',
+ state: '2002',
createTime: ''
//shopId:vc.getCurrentCommunity().shopId
@@ -87,7 +88,7 @@
);
},
_initservSjtmentTimeInfo: function () {
- vc.component.housekeepingServManageInfo.conditions.createTime = vc.dateTimeFormat(new Date().getTime());
+
$('.servSjtmentTime').datetimepicker({
language: 'zh-CN',
fontAwesome: 'fa',
diff --git a/public/pages/admin/productSjManage/productSjManage.html b/public/pages/admin/productSjManage/productSjManage.html
index 2116e82e7..7d32a6880 100644
--- a/public/pages/admin/productSjManage/productSjManage.html
+++ b/public/pages/admin/productSjManage/productSjManage.html
@@ -16,12 +16,12 @@
class=" form-control">
-
+