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
e332a25a
Commit
e332a25a
authored
Apr 01, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增报废出库单字段调整
parent
9b0b3513
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
0 deletions
+22
-0
mx.vue
src/views/ccgl/ckgl/bfckd/mx.vue
+10
-0
edit.vue
src/views/ccgl/ckgl/bfckd/top/edit.vue
+12
-0
No files found.
src/views/ccgl/ckgl/bfckd/mx.vue
View file @
e332a25a
...
...
@@ -85,6 +85,16 @@
field
:
"zlh"
,
width
:
180
,
},
{
title
:
"成本中心"
,
field
:
"cbzx"
,
width
:
180
,
},
{
title
:
"移动原因"
,
field
:
"ydyy"
,
width
:
240
,
},
// {
// title: "已出数量",
// field: "ycsl",
...
...
src/views/ccgl/ckgl/bfckd/top/edit.vue
View file @
e332a25a
...
...
@@ -252,6 +252,18 @@
width
:
180
,
// show: JSON.parse(localStorage.getItem('isPhgl'))
},
{
title
:
"成本中心"
,
field
:
"cbzx"
,
type
:
'inputText'
,
width
:
180
,
},
{
title
:
"移动原因"
,
field
:
"ydyy"
,
type
:
'inputText'
,
width
:
240
,
},
{
show
:
JSON
.
parse
(
localStorage
.
getItem
(
'isKwgl'
)),
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