Commit 32209195 authored by 李苏's avatar 李苏 💬

调整

parent a17265fa
......@@ -141,6 +141,7 @@ export default {
return {
Wym: Wym,
form: {
otherid:null
// djly:'M'
},
/* 常规edit数据 */
......@@ -163,27 +164,6 @@ export default {
},
},
},
{
label: "库位",
prop: "kwid",
span: 8,
required: true,
type: "AuxInput",
typeConfig: {
queryParams: () => {
return {
ckid: this.form.ckid,
};
},
isRequest: false,
code: "WMSKWWH",
label: "kwCode",
transform: {
value: "id",
label: "code",
},
},
},
{
label: "容器",
prop: "rqid",
......@@ -199,6 +179,7 @@ export default {
label: "code",
},
give: (item) => {
this.form.otherid=item.kwid
this.$post("wms/rkgl/sjrw/queryRqmxByCodeNotValid", {
code: item.code,
}).then((res) => {
......@@ -217,13 +198,37 @@ export default {
this.formDetail.push(item);
}
}
});
}
});
},
},
},
{
label: "库位",
prop: "kwid",
span: 8,
required: true,
type: "AuxInput",
typeConfig: {
queryParams: () => {
console.log(this,'sadasdasdsa')
return {
ckid: this.form.ckid,
id:this.form.otherid
};
},
isRequest: false,
code: "WMSPKKWWH",
label: "kwCode",
transform: {
value: "id",
label: "code",
},
},
},
{
label: "入库单",
prop: "lydjid",
......
......@@ -85,6 +85,12 @@
span: 6,
type: 'input',
},
{
label: '制令号',
prop: 'zlh',
span: 6,
type: 'input',
},
{
label: '物料',
prop: 'wlid',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment