Pārlūkot izejas kodu

修改质检括号为英文

wangchao 3 gadi atpakaļ
vecāks
revīzija
ce65f1fbc7

+ 1 - 1
pages/erpbusiness/edit_quality_testing.vue

@@ -608,10 +608,10 @@
 								.then(res => {
 									if (res.data.code == 200) {
 										that.$api.msg('编辑质检成功')
-										that.isShowPrint = true
 										that.gridList.warehouseId = that.cangid
 										uni.setStorageSync("quality_print", that.gridList)
 										console.log('that.gridList', that.gridList)
+										that.isShowPrint = true
 										// uni.getStorageSync("depotAcquisition_warehouseName")
 										// uni.navigateBack({})
 									}

+ 6 - 6
pages/erpbusiness/sendCommand.vue

@@ -261,12 +261,12 @@
 				//容量
 				command.setSelectJustification(0); //居左
 				command.setLeftMargin(30)
-				command.setText("容量(克/升):" + that.gridList.bulkDensity);
+				command.setText("容量(克/升):" + that.gridList.bulkDensity);
 				command.setPrint();
 				//不完善粒
 				command.setSelectJustification(0); //居左
 				command.setLeftMargin(30)
-				command.setText("不完善粒(%):" + that.gridList.imperfectGrain);
+				command.setText("不完善粒(%):" + that.gridList.imperfectGrain);
 				command.setPrint();
 				//等级
 				command.setSelectJustification(0); //居左
@@ -276,12 +276,12 @@
 				//水分
 				command.setSelectJustification(0); //居左
 				command.setLeftMargin(30)
-				command.setText("水分(%):" + that.gridList.waterContent);
+				command.setText("水分(%):" + that.gridList.waterContent);
 				command.setPrint();
 				//热损伤
 				command.setSelectJustification(0); //居左
 				command.setLeftMargin(30)
-				command.setText("热损伤(%):" + that.gridList.jiaorenli);
+				command.setText("热损伤(%):" + that.gridList.jiaorenli);
 				command.setPrint();
 				//单价
 				command.setSelectJustification(0); //居左
@@ -295,12 +295,12 @@
 				//杂质
 				command.setSelectJustification(0); //居左
 				command.setLeftMargin(30)
-				command.setText("杂质(%):" + that.gridList.impurity);
+				command.setText("杂质(%):" + that.gridList.impurity);
 				command.setPrint();
 				//霉变粒
 				command.setSelectJustification(0); //居左
 				command.setLeftMargin(30)
-				command.setText("霉变粒(%):" + that.gridList.mildewGrain);
+				command.setText("霉变粒(%):" + that.gridList.mildewGrain);
 				command.setPrint();
 				//购粮性质
 				command.setSelectJustification(0); //居左

+ 1 - 0
pages/task/audit/purchase_settlement_approval.vue

@@ -197,6 +197,7 @@
 			},
 			//审核方法
 			audit(item, index, status, status2, reason) {
+				let that = this
 				uni.showLoading({
 					title: "审核中"
 				})