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
fbe8af79
Commit
fbe8af79
authored
Aug 27, 2024
by
周毅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改库位调整页面
parent
ae90e97b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
15 deletions
+12
-15
mx.vue
src/views/ccgl/kngl/kwtzd/mx.vue
+0
-13
edit.vue
src/views/ccgl/kngl/kwtzd/top/edit.vue
+0
-1
index.vue
src/views/ccgl/kngl/kwtzd/top/index.vue
+12
-1
No files found.
src/views/ccgl/kngl/kwtzd/mx.vue
View file @
fbe8af79
...
...
@@ -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"
,
...
...
src/views/ccgl/kngl/kwtzd/top/edit.vue
View file @
fbe8af79
...
...
@@ -133,7 +133,6 @@
label
:
'username'
}
},
"required"
:
true
,
},
{
label
:
'备注'
,
...
...
src/views/ccgl/kngl/kwtzd/top/index.vue
View file @
fbe8af79
...
...
@@ -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'
}
],
...
...
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