Commit 0f37779a authored by 李苏's avatar 李苏 💬

.$refs.RelDialog.closeAll()

parent cff9ffb7
......@@ -41,11 +41,11 @@
field: "packCode",
width: 140
},
{
title: "容器码",
field: "rqCode",
width: 140
},
// {
// title: "容器码",
// field: "rqCode",
// width: 140
// },
// {
// title: "货主编码",
// field: "hzCode",
......@@ -76,16 +76,16 @@
"value": "id"
}
},
{
title: "容量状态",
field: "packRlzt",
width: 140,
transform: {
"url": "wms/jcsj/rq/init/rlzt",
"label": "name",
"value": "id"
}
},
// {
// title: "容量状态",
// field: "packRlzt",
// width: 140,
// transform: {
// "url": "wms/jcsj/rq/init/rlzt",
// "label": "name",
// "value": "id"
// }
// },
// {
// title: "运输状态",
// field: "packYszt",
......@@ -134,60 +134,61 @@
span: 6,
type: 'input',
},
{
"label": "状态",
"prop": "zt",
"span": 6,
"type": "RelSelect",
"value": "",
"typeConfig": {
"src": "wms/jcsj/pack/init/zt",
"match": {
"value": "id",
"label": "name"
}
}
},
{
"label": "库存状态",
"prop": "kczt",
"span": 6,
"type": "RelSelect",
"value": "",
"typeConfig": {
"src": "wms/jcsj/pack/init/kczt",
"match": {
"value": "id",
"label": "name"
}
}
},
// {
// "label": "状态",
// "prop": "zt",
// "span": 6,
// "type": "RelSelect",
// "value": "",
// "typeConfig": {
// "src": "wms/jcsj/pack/init/zt",
// "match": {
// "value": "id",
// "label": "name"
// }
// }
// },
// {
// "label": "库存状态",
// "prop": "kczt",
// "span": 6,
// "type": "RelSelect",
// "value": "",
// "typeConfig": {
// "src": "wms/jcsj/pack/init/kczt",
// "match": {
// "value": "id",
// "label": "name"
// }
// }
// },
{
label: '物料批号',
prop: 'wlph',
span: 6,
type: 'input',
}
],
[{
label: '物料',
prop: 'wlid',
span: 6,
required: false,
type: 'AuxInput',
typeConfig: {
give: (row) => {
},
{
label: '物料',
prop: 'wlid',
span: 6,
required: false,
type: 'AuxInput',
typeConfig: {
give: (row) => {
},
isRequest: false,
code: 'WMSWLXX',
label: 'name',
transform: {
value: 'id',
label: 'name'
},
isRequest: false,
code: 'WMSWLXX',
label: 'name',
transform: {
value: 'id',
label: 'name'
}
}
}
}, ]
],
// [, ]
],
/* 默认启停用 */
......
......@@ -27,7 +27,7 @@
<!-- editTab数据 -->
<div slot="reFooter" class="refooter">
<span slot="footer" class="dialog-footer">
<el-button @click="app.showDialog=false">取 消</el-button>
<el-button @click="$refs.RelDialog.closeAll()">取 消</el-button>
<el-button type="primary" @click="save()">保 存</el-button>
</span>
</div>
......@@ -57,7 +57,7 @@
...this.form,
datas:this.formDetail
}).then(res=>{
if(res.data.success){
if(res.success){
this.$success('操作成功')
this.$refs.RelDialog.closeAll()
this.app.refresh()
......
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