Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
template_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
杨硕
template_vue
Commits
3fa7a99d
Commit
3fa7a99d
authored
Aug 08, 2023
by
wdy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
设备领用处理表单入库日期
parent
92aa0cce
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
5 deletions
+12
-5
draw.vue
src/views/equipment/draw.vue
+3
-1
index.vue
src/views/processManagement/deviceReuse/index.vue
+6
-3
draw.vue
src/views/processManagement/draw.vue
+3
-1
No files found.
src/views/equipment/draw.vue
View file @
3fa7a99d
...
@@ -416,6 +416,7 @@ export default {
...
@@ -416,6 +416,7 @@ export default {
pgx
:
''
,
pgx
:
''
,
prank
:
''
,
prank
:
''
,
pissb
:
''
,
pissb
:
''
,
rkDate
:
''
,
totalApplyDetail
:
0
,
totalApplyDetail
:
0
,
applyList
:
[],
applyList
:
[],
canceList
:
[],
canceList
:
[],
...
@@ -613,7 +614,8 @@ export default {
...
@@ -613,7 +614,8 @@ export default {
plocation
:
item
.
plocation
,
plocation
:
item
.
plocation
,
phd
:
item
.
phd
,
phd
:
item
.
phd
,
psm
:
item
.
psm
,
psm
:
item
.
psm
,
prank
:
item
.
prank
prank
:
item
.
prank
,
rkDate
:
item
.
createDate
}
}
this
.
canceList
.
push
(
obj
)
this
.
canceList
.
push
(
obj
)
}
)
}
)
...
...
src/views/processManagement/deviceReuse/index.vue
View file @
3fa7a99d
...
@@ -40,14 +40,16 @@
...
@@ -40,14 +40,16 @@
</el-form-item>
</el-form-item>
</el-col>
</el-col>
</el-row>
</el-row>
<el-row>
<el-row
:gutter=
"40"
>
<el-col
:span=
"12"
style=
"padding-left:
9
%;"
>
<el-col
:span=
"12"
style=
"padding-left:
10
%;"
>
<el-form-item
label=
"prank:"
style=
"flex-basis: 50%;"
prop=
"prank"
>
<el-form-item
label=
"prank:"
style=
"flex-basis: 50%;"
prop=
"prank"
>
<el-input
ref=
"input7"
v-model=
"form.prank"
placeholder=
"请输入prank"
clearable
style=
"width: 400px"
:maxlength=
"8"
@
keyup
.
enter
.
native=
"handelTab(7,$event)"
/>
<el-input
ref=
"input7"
v-model=
"form.prank"
placeholder=
"请输入prank"
clearable
style=
"width: 400px"
:maxlength=
"8"
@
keyup
.
enter
.
native=
"handelTab(7,$event)"
/>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"印刷次数:"
style=
"flex-basis: 50%;"
prop=
"fq_ys"
>
<el-input
ref=
"input8"
v-model=
"form.fq_ys"
placeholder=
"请输入印刷次数"
clearable
style=
"width: 400px"
:maxlength=
"8"
@
keyup
.
enter
.
native=
"handelTab(8,$event)"
/>
</el-form-item>
</el-col>
</el-col>
</el-row>
</el-row>
</el-form>
</el-form>
...
@@ -81,6 +83,7 @@ export default {
...
@@ -81,6 +83,7 @@ export default {
psm
:
''
,
psm
:
''
,
pzl
:
''
,
pzl
:
''
,
prank
:
''
,
prank
:
''
,
fq_ys
:
''
,
flag
:
1
,
flag
:
1
,
ptype
:
''
,
ptype
:
''
,
pstatus
:
0
pstatus
:
0
...
...
src/views/processManagement/draw.vue
View file @
3fa7a99d
...
@@ -439,6 +439,7 @@ export default {
...
@@ -439,6 +439,7 @@ export default {
pgx
:
''
,
pgx
:
''
,
prank
:
''
,
prank
:
''
,
pissb
:
''
,
pissb
:
''
,
rkDate
:
''
,
totalApplyDetail
:
0
,
totalApplyDetail
:
0
,
applyList
:
[],
applyList
:
[],
canceList
:
[],
canceList
:
[],
...
@@ -735,7 +736,8 @@ export default {
...
@@ -735,7 +736,8 @@ export default {
plocation
:
item
.
plocation
,
plocation
:
item
.
plocation
,
phd
:
item
.
phd
,
phd
:
item
.
phd
,
psm
:
item
.
psm
,
psm
:
item
.
psm
,
prank
:
item
.
prank
prank
:
item
.
prank
,
rkDate
:
item
.
recycleDate
}
}
this
.
canceList
.
push
(
obj
)
this
.
canceList
.
push
(
obj
)
}
)
}
)
...
...
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