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

调整

parent a17265fa
...@@ -141,6 +141,7 @@ export default { ...@@ -141,6 +141,7 @@ export default {
return { return {
Wym: Wym, Wym: Wym,
form: { form: {
otherid:null
// djly:'M' // djly:'M'
}, },
/* 常规edit数据 */ /* 常规edit数据 */
...@@ -163,27 +164,6 @@ export default { ...@@ -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: "容器", label: "容器",
prop: "rqid", prop: "rqid",
...@@ -199,6 +179,7 @@ export default { ...@@ -199,6 +179,7 @@ export default {
label: "code", label: "code",
}, },
give: (item) => { give: (item) => {
this.form.otherid=item.kwid
this.$post("wms/rkgl/sjrw/queryRqmxByCodeNotValid", { this.$post("wms/rkgl/sjrw/queryRqmxByCodeNotValid", {
code: item.code, code: item.code,
}).then((res) => { }).then((res) => {
...@@ -217,13 +198,37 @@ export default { ...@@ -217,13 +198,37 @@ export default {
this.formDetail.push(item); 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: "入库单", label: "入库单",
prop: "lydjid", prop: "lydjid",
......
...@@ -85,6 +85,12 @@ ...@@ -85,6 +85,12 @@
span: 6, span: 6,
type: 'input', type: 'input',
}, },
{
label: '制令号',
prop: 'zlh',
span: 6,
type: 'input',
},
{ {
label: '物料', label: '物料',
prop: 'wlid', 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