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

修改页面显示

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