|
@@ -1062,9 +1062,9 @@
|
|
|
this.gridList.contractNo = this.taskNolist[e[0]].moveTaskNo
|
|
|
}
|
|
|
this.$api.doRequest('get', '/contractManagementInfo/getInContract', {
|
|
|
- contractNo:this.gridList.contractNo,compId:'2710b21efc1e4393930c5dc800010dc4'
|
|
|
+ contractNo:this.gridList.contractNo,compId:uni.getStorageSync('pcUserInfo').compId
|
|
|
}).then(res => {
|
|
|
- this.contractNolist=res
|
|
|
+ this.contractNolist=res.data.data
|
|
|
if (this.typevalue == 3) {
|
|
|
var gooddata = this.goodsList.filter((item) => {
|
|
|
return item.goodsName == this.contractNolist.goodsName
|
|
@@ -1124,6 +1124,7 @@
|
|
|
this.gridList.goodsNameKey = this.contractNolist.goodsNameKey
|
|
|
this.gridList.grade = this.contractNolist.grade
|
|
|
this.gridList.inOutType = this.contractNolist.inOutType
|
|
|
+
|
|
|
if (this.gridList.inOutType == '采购入库') {
|
|
|
this.warehouseTradeCount = '000' + this.warehouseTradeCount
|
|
|
// this.gridList.qualityNo='CGRK'+this.getdate()+this.commonWarehouseNo+this.warehouseTradeCount.substring(this.warehouseTradeCount.length - 4)
|