|
@@ -234,10 +234,11 @@
|
|
|
return false;
|
|
|
}
|
|
|
uni.showLoading({ });
|
|
|
+ var checkTime=this.date;//+' 00:00:00'
|
|
|
this.$http('accompany/SuperCheckSheet/addSuperCheckSheet', {
|
|
|
shopID:this.shopId,
|
|
|
shopName:this.ShopName,
|
|
|
- checkTime:this.date,
|
|
|
+ checkTime:checkTime,
|
|
|
packageID:this.packageID,
|
|
|
packageName:this.packageName,
|
|
|
categoryList:JSON.stringify(categoryList)
|
|
@@ -317,9 +318,10 @@
|
|
|
return false;
|
|
|
}
|
|
|
uni.showLoading({ });
|
|
|
+ var checkTime=this.date; //+' 00:00:00'
|
|
|
this.$http('accompany/SuperCheckSheet/editSuperCheckSheet', {
|
|
|
sheetID:this.sheetID,
|
|
|
- checkTime:this.date,
|
|
|
+ checkTime:checkTime,
|
|
|
categoryList:JSON.stringify(categoryList)
|
|
|
}, 'POST').then(res => {
|
|
|
this.sheetID=res.data;
|