Commit fbe8af79 authored by 周毅's avatar 周毅

修改库位调整页面

parent ae90e97b
......@@ -12,10 +12,7 @@
</template>
<script>
import wlsx from 'common/src/mixin/wlsx.js'
import wlphsx from 'common/src/mixin/wlphsx.js'
export default {
mixins:[wlphsx,wlsx],
data() {
return {
power: {
......@@ -53,16 +50,6 @@
field: "rqCode",
width: 120,
},
{
title: "库区",
field: "kqName",
width: 120,
},
{
title: "目标库区",
field: "mbkqName",
width: 120,
},
{
title: "库位",
field: "kwCode",
......
......@@ -133,7 +133,6 @@
label: 'username'
}
},
"required": true,
},
{
label: '备注',
......
......@@ -76,12 +76,23 @@
{
title: "维护人",
field: "whr",
width: 140
hidden:true
},
{
title: "维护时间",
field: "whsj",
fieldType: 'ftDateTime',
hidden:true
},
{
title: "创建人",
field: "cjr"
},
{
title: "创建时间",
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