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

新增报废出库单字段调整

parent 9b0b3513
...@@ -85,6 +85,16 @@ ...@@ -85,6 +85,16 @@
field: "zlh", field: "zlh",
width: 180, width: 180,
}, },
{
title: "成本中心",
field: "cbzx",
width: 180,
},
{
title: "移动原因",
field: "ydyy",
width: 240,
},
// { // {
// title: "已出数量", // title: "已出数量",
// field: "ycsl", // field: "ycsl",
......
...@@ -252,6 +252,18 @@ ...@@ -252,6 +252,18 @@
width: 180, width: 180,
// show: JSON.parse(localStorage.getItem('isPhgl')) // show: JSON.parse(localStorage.getItem('isPhgl'))
}, },
{
title: "成本中心",
field: "cbzx",
type: 'inputText',
width: 180,
},
{
title: "移动原因",
field: "ydyy",
type: 'inputText',
width: 240,
},
{ {
show: JSON.parse(localStorage.getItem('isKwgl')), show: JSON.parse(localStorage.getItem('isKwgl')),
title: "库位", title: "库位",
......
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