Commit 5869ca2c authored by 周毅's avatar 周毅

修改页面显示

parent b873f025
...@@ -12,18 +12,21 @@ ...@@ -12,18 +12,21 @@
<script> <script>
import Edit from './edit.vue' import Edit from './edit.vue'
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: {
add: true, add: true,
copy: false, copy: false,
/* 手动控制删除 */ /* 手动控制删除 */
delButton: true, delButton: false,
/* 手动控制编辑按钮权限 */ /* 手动控制编辑按钮权限 */
editButton: true, editButton: false,
/* 是否渲染右侧操作按钮 */ /* 是否渲染右侧操作按钮 */
operateButtons: true, operateButtons: false,
/* 是否开启工作流按钮 */ /* 是否开启工作流按钮 */
workFlow: false, workFlow: false,
/* 表格开启选择,以及记住选择 */ /* 表格开启选择,以及记住选择 */
...@@ -32,27 +35,27 @@ ...@@ -32,27 +35,27 @@
}, },
config: { config: {
/* 基本配置*/ /* 基本配置*/
url: 'lxy/kcgl/rqtz', url: 'lxyl/kcgl/rqtz',
tableTitle: [ tableTitle: [
{ {
title: "仓库", title: "仓库",
field: "ckName", field: "ckName",
width: 140 width: 140
}, },
{
title: "唯一码",
field: "packCode",
width: 140
},
{ {
title: "容器", title: "容器",
field: "rqCode", field: "rqCode",
width: 80 width: 100
}, },
{ {
title: "目标容器", title: "目标容器",
field: "mbrqCode", field: "mbrqCode",
width: 80 width: 100
},
{
title: "唯一码",
field: "packCode",
width: 120
}, },
{ {
title: "物料编码", title: "物料编码",
......
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