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

问题清单/功能新增等

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