|
@@ -1039,6 +1039,7 @@
|
|
that.$api.doRequest('post',
|
|
that.$api.doRequest('post',
|
|
'/qualityInspectionManagement/api/editQualityInspection', that.gridList)
|
|
'/qualityInspectionManagement/api/editQualityInspection', that.gridList)
|
|
.then(res => {
|
|
.then(res => {
|
|
|
|
+ uni.setStorageSync("quality_print", that.gridList)
|
|
that.gridList.id=kid
|
|
that.gridList.id=kid
|
|
that.gridList.statusFlag=1
|
|
that.gridList.statusFlag=1
|
|
that.$api.doRequest('post',
|
|
that.$api.doRequest('post',
|
|
@@ -1048,7 +1049,7 @@
|
|
if (res.data.code == 200) {
|
|
if (res.data.code == 200) {
|
|
that.$api.msg('编辑质检成功')
|
|
that.$api.msg('编辑质检成功')
|
|
that.gridList.warehouseId = that.cangid
|
|
that.gridList.warehouseId = that.cangid
|
|
- uni.setStorageSync("quality_print", that.gridList)
|
|
|
|
|
|
+
|
|
console.log('that.gridList', that.gridList)
|
|
console.log('that.gridList', that.gridList)
|
|
if(that.utils.getCurrectRoles('acquisitionQuality.initial')){
|
|
if(that.utils.getCurrectRoles('acquisitionQuality.initial')){
|
|
that.isShowPrint = true
|
|
that.isShowPrint = true
|