Commit fbe8af79 authored by 周毅's avatar 周毅

修改库位调整页面

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