Commit 9a517c5c authored by 周毅's avatar 周毅

修改页面显示

parent 1effe561
...@@ -106,12 +106,14 @@ ...@@ -106,12 +106,14 @@
}, },
{ {
title: "维护人", title: "维护人",
field: "whr" field: "whr",
hidden:true
}, },
{ {
title: "维护时间", title: "维护时间",
field: "whsj", field: "whsj",
fieldType: 'ftDateTime' fieldType: 'ftDateTime',
hidden:true
}, },
{ {
title: "创建人", title: "创建人",
......
...@@ -42,7 +42,18 @@ ...@@ -42,7 +42,18 @@
/* 基本配置*/ /* 基本配置*/
url: 'lxyl/ckgl/dbck', url: 'lxyl/ckgl/dbck',
queryUrl: 'lxyl/ckgl/dbck/query/detail', queryUrl: 'lxyl/ckgl/dbck/query/detail',
tableTitle: [{ tableTitle: [
{
title: "状态",
field: "zt",
width: 100,
"transform": {
"url": "lxyl/ckgl/dbck/init/zt",
"label": "name",
"value": "id"
}
},
{
title: "物料编码", title: "物料编码",
field: "wlxxCode", field: "wlxxCode",
fieldType: "upper", fieldType: "upper",
...@@ -84,16 +95,6 @@ ...@@ -84,16 +95,6 @@
field: "cksl", field: "cksl",
width: 100, width: 100,
}, },
{
title: "状态",
field: "zt",
width: 100,
"transform": {
"url": "lxyl/ckgl/dbck/init/zt",
"label": "name",
"value": "id"
}
},
{ {
title: "来源单号", title: "来源单号",
field: "lydjid", field: "lydjid",
......
...@@ -43,6 +43,16 @@ ...@@ -43,6 +43,16 @@
url: 'lxyl/ckgl/dbck/query/dbckqd', url: 'lxyl/ckgl/dbck/query/dbckqd',
queryUrl: 'lxyl/ckgl/dbck/query/dbckqd', queryUrl: 'lxyl/ckgl/dbck/query/dbckqd',
tableTitle: [ tableTitle: [
{
title: "状态",
field: "zt",
width: 100,
"transform": {
"url": "lxyl/ckgl/dbck/init/zt",
"label": "name",
"value": "id"
}
},
{ {
title: "库位", title: "库位",
field: "kwCode", field: "kwCode",
......
...@@ -98,13 +98,24 @@ ...@@ -98,13 +98,24 @@
}, },
{ {
title: "维护人", title: "维护人",
field: "whr" field: "whr",
hidden:true
}, },
{ {
title: "维护时间", title: "维护时间",
field: "whsj", field: "whsj",
fieldType: "ftDateTime" fieldType: "ftDateTime",
hidden:true
},
{
title: "创建人",
field: "cjr"
}, },
{
title: "创建时间",
field: "cjsj",
fieldType: "ftDateTime"
}
], ],
queryParams: [ queryParams: [
[{ [{
......
...@@ -163,7 +163,7 @@ ...@@ -163,7 +163,7 @@
"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"
......
...@@ -52,11 +52,21 @@ ...@@ -52,11 +52,21 @@
field: "rqCode", field: "rqCode",
width: 100 width: 100
}, },
{
title: "库位",
field: "kwCode",
width: 100
},
{ {
title: "目标容器", title: "目标容器",
field: "mbrqCode", field: "mbrqCode",
width: 100 width: 100
}, },
{
title: "目标库位",
field: "mbkwCode",
width: 100
},
{ {
title: "物料编码", title: "物料编码",
field: "wlxxCode", field: "wlxxCode",
......
...@@ -187,11 +187,11 @@ export default { ...@@ -187,11 +187,11 @@ export default {
}, },
{ {
title: "创建人", title: "创建人",
field: "whr", field: "cjr",
}, },
{ {
title: "创建时间", title: "创建时间",
field: "whsj", field: "cjsj",
fieldType: "ftDateTime", fieldType: "ftDateTime",
} }
], ],
......
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