|
@@ -232,7 +232,15 @@
|
|
|
buckleMiscellaneous: '',
|
|
|
carNumber:'',
|
|
|
customerName:'',
|
|
|
- customerPhone:''
|
|
|
+ customerPhone:'',
|
|
|
+ bulkDensity:"",
|
|
|
+ imperfectGrain:"",
|
|
|
+ waterContent:"",
|
|
|
+ jiaorenli:"",
|
|
|
+ impurity:"",
|
|
|
+ mildewGrain:"",
|
|
|
+ compName:"",
|
|
|
+
|
|
|
},
|
|
|
typeList: ['潮粮', '干粮'],
|
|
|
managementType: '',
|
|
@@ -301,7 +309,7 @@
|
|
|
this.gridList.warehouseName = options.warehouseName
|
|
|
this.gridList.qualityNo = 'SGRK' + this.getdate() + this.commonWarehouseNo + number
|
|
|
this.cangid = options.cangid
|
|
|
- this.gridList.compName = uni.getStorageSync('pcUserInfo').compName
|
|
|
+ this.gridList.compName = uni.getStorageSync('compName')
|
|
|
this.gridList.person= options.personCharge
|
|
|
this.gridList.personPhone= options.personPhone
|
|
|
this.gridList.qualityInspector= uni.getStorageSync("userInfo").userName
|
|
@@ -627,6 +635,7 @@
|
|
|
that.$api.msg('提交成功')
|
|
|
that.isShowPrint = true
|
|
|
that.gridList.warehouseId = that.cangid
|
|
|
+ that.gridList.compId = uni.getStorageSync('pcUserInfo').compId
|
|
|
uni.setStorageSync("quality_print",that.gridList)
|
|
|
console.log('that.gridList',that.gridList)
|
|
|
// uni.navigateBack({})
|