Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
lxyl-vue
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李苏
lxyl-vue
Commits
5869ca2c
Commit
5869ca2c
authored
Jul 07, 2024
by
周毅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改页面显示
parent
b873f025
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
11 deletions
+14
-11
index.vue
src/views/ccgl/kngl/rqtz/index.vue
+14
-11
No files found.
src/views/ccgl/kngl/rqtz/index.vue
View file @
5869ca2c
...
...
@@ -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
:
tru
e
,
delButton
:
fals
e
,
/* 手动控制编辑按钮权限 */
editButton
:
tru
e
,
editButton
:
fals
e
,
/* 是否渲染右侧操作按钮 */
operateButtons
:
tru
e
,
operateButtons
:
fals
e
,
/* 是否开启工作流按钮 */
workFlow
:
false
,
/* 表格开启选择,以及记住选择 */
...
...
@@ -32,27 +35,27 @@
},
config
:
{
/* 基本配置*/
url
:
'lxy/kcgl/rqtz'
,
url
:
'lxy
l
/kcgl/rqtz'
,
tableTitle
:
[
{
title
:
"仓库"
,
field
:
"ckName"
,
width
:
140
},
{
title
:
"唯一码"
,
field
:
"packCode"
,
width
:
140
},
{
title
:
"容器"
,
field
:
"rqCode"
,
width
:
8
0
width
:
10
0
},
{
title
:
"目标容器"
,
field
:
"mbrqCode"
,
width
:
80
},
{
title
:
"唯一码"
,
field
:
"packCode"
,
width
:
120
width
:
100
},
{
title
:
"物料编码"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment