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

add params 'djly:M' in ckdEdit

replace some field in ckdIndex
parent 51599ef1
...@@ -84,6 +84,9 @@ ...@@ -84,6 +84,9 @@
}, },
data() { data() {
return { return {
form:{
djly:'M'
},
/* 常规edit数据 */ /* 常规edit数据 */
editColItemList: [{ editColItemList: [{
label: '出库单号', label: '出库单号',
......
...@@ -54,28 +54,22 @@ ...@@ -54,28 +54,22 @@
}, },
{ {
title: "事务类型", title: "事务类型",
field: "swlxmc", field: "swlxName",
width: 100 width: 100
}, },
{ {
title: "仓库", title: "仓库",
field: "ckid", field: "ckName",
width: 140,
hidden: true
},
{
title: "仓库",
field: "ckmc",
width: 140 width: 140
}, },
{ // {
title: "需求日期", // title: "需求日期",
field: "xqrq", // field: "xqrq",
fieldType: 'ftDate' // fieldType: 'ftDate'
}, // },
{ {
title: "领料部门", title: "领料部门",
field: "bmmc", field: "bmName",
width: 140 width: 140
}, },
{ {
......
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