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

问题清单/功能新增等

parent 390e9fb8
......@@ -73,11 +73,11 @@ mixins:[wlsx,wlphsx],
field: "bcsl",
width: 100,
},
// {
// title: "已出库数量",
// field: "ycksl",
// width: 100,
// },
{
title: "拣货数量",
field: "jhsl",
width: 100,
},
{
title: "状态",
field: "zt",
......
......@@ -63,7 +63,7 @@
title: "物料批号",
field: "wlph",
width: 180
},
},
{
title: "计量单位",
field: "jldwName",
......
......@@ -196,7 +196,11 @@
/* 覆盖查询条件*/
if(newValue){
this.$nextTick(()=>{
this.$refs.basePage.queryParams={...this.$refs.basePage.queryParams,...newValue}
this.$refs.basePage.queryParams.ckid=newValue.ckid
this.$refs.basePage.queryParams.kwid=newValue.kwid
this.$refs.basePage.queryParams.wlph=newValue.wlph
this.$refs.basePage.queryParams.zlh=newValue.zlh
this.$refs.basePage.queryParams.wlid=newValue.wlid
this.$refs.basePage.refresh()
})
......
......@@ -17,11 +17,11 @@
add: false,
copy: false,
/* 手动控制删除 */
delButton: false,
delButton: true,
/* 手动控制编辑按钮权限 */
editButton: false,
/* 是否渲染右侧操作按钮 */
operateButtons: false,
operateButtons: true,
/* 是否开启工作流按钮 */
workFlow: false,
/* 表格开启选择,以及记住选择 */
......@@ -29,6 +29,7 @@
saveSelected: false
},
config: {
delUrl:'test/delete',
queryDetail: true,
/* 基本配置*/
url: 'wms/rkgl/rkdj',
......
......@@ -49,6 +49,11 @@
field: "wlxxGg",
width: 140
},
{
title: "wcs任务号",
field: "wcsCode",
width: 140
},
{
title: "制令号",
field: "zlh",
......
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