Commit 1aafff83 authored by 周毅's avatar 周毅

入库登记增加入库单号显示

parent f852c474
...@@ -170,10 +170,13 @@ ...@@ -170,10 +170,13 @@
"type": "RelSelect", "type": "RelSelect",
"value": "", "value": "",
"typeConfig": { "typeConfig": {
"src": "jcsj/common/ck/queryCkid", "src": "lxyl/jcsj/uck/ck/queryCjckid",
"match": { "match": {
"value": "id", "value": "id",
"label": "name" "label": "name"
},
params:{
flid:'D'
} }
} }
}, },
...@@ -182,7 +185,7 @@ ...@@ -182,7 +185,7 @@
prop: 'hgbz', prop: 'hgbz',
span: 6, span: 6,
type: 'checkboxYN', type: 'checkboxYN',
value: 'Y' value: 'N'
} }
] ]
......
...@@ -99,6 +99,11 @@ ...@@ -99,6 +99,11 @@
field: "lydjDjid", field: "lydjDjid",
width: 140 width: 140
}, },
{
title: "入库单号",
field: "rktzDjid",
width: 140
},
{ {
title: "备注", title: "备注",
field: "bz", field: "bz",
......
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