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

修改页面显示

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