add:外协发货详情添加物料参数
This commit is contained in:
@@ -72,9 +72,7 @@ export default {
|
||||
type: Boolean,
|
||||
default: false
|
||||
},
|
||||
openParam: {
|
||||
type: String
|
||||
}
|
||||
openParam: {}
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
@@ -86,7 +84,8 @@ export default {
|
||||
dialogShow: {
|
||||
handler(newValue, oldValue) {
|
||||
this.dialogVisible = newValue
|
||||
this.crud.query.storagevehicle_code = this.openParam
|
||||
this.crud.query.storagevehicle_code = this.openParam.storagevehicle_code
|
||||
this.crud.query.material_code = this.openParam.material_code
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -217,7 +217,7 @@ export default {
|
||||
currentRow: {},
|
||||
Depts: [],
|
||||
resultPutDialog: false,
|
||||
openParam: null,
|
||||
openParam: {},
|
||||
query_flag: true,
|
||||
passList: [
|
||||
{ 'label': '未出库', 'value': '0' },
|
||||
@@ -264,7 +264,8 @@ export default {
|
||||
})
|
||||
},
|
||||
openBucket(row) {
|
||||
this.openParam = row.storagevehicle_code
|
||||
this.openParam.storagevehicle_code = row.storagevehicle_code
|
||||
this.openParam.material_code = row.material_code
|
||||
this.bucketDialog = true
|
||||
},
|
||||
orgFormat(row) {
|
||||
|
||||
Reference in New Issue
Block a user