Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
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
mes
mes-ui
Commits
d0e311be
Commit
d0e311be
authored
Nov 18, 2024
by
chenzj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
工作中心领料新增一个字段
parent
5f7bae1e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
4 deletions
+15
-4
requestIndex.vue
...ws/mes/pro/workstationRequest/components/requestIndex.vue
+5
-0
index.vue
src/views/mes/pro/workstationRequest/index.vue
+10
-4
No files found.
src/views/mes/pro/workstationRequest/components/requestIndex.vue
View file @
d0e311be
...
...
@@ -174,6 +174,11 @@ export default {
/**表单提交 */
submitForm
()
{
if
(
this
.
form
.
applyNum
==
null
){
this
.
open
=
true
;
this
.
$modal
.
confirm
(
'申请数量需要输入数字'
);
return
;
}
if
(
this
.
form
.
sapItemCode
==
null
){
this
.
open
=
true
;
this
.
$modal
.
confirm
(
'物料编码不能为空'
);
...
...
src/views/mes/pro/workstationRequest/index.vue
View file @
d0e311be
...
...
@@ -242,12 +242,11 @@
<
/el-form-item
>
<
/el-col
>
<
el
-
col
:
span
=
"12"
>
<
el
-
form
-
item
label
=
"申请时间"
prop
=
"createTime"
>
<
el
-
date
-
picker
clearable
v
-
model
=
"form.createTime"
type
=
"datetime"
value
-
format
=
"yyyy-MM-dd HH:mm:ss"
placeholder
=
"请选择申请时间"
disabled
>
<
/el-date-picker
>
<
el
-
form
-
item
label
=
"工作中心名称"
prop
=
"workstationName"
>
<
el
-
input
v
-
model
=
"form.workstationName"
placeholder
=
"请输入工作中心名称"
disabled
/>
<
/el-form-item
>
<
/el-col
>
<
WorkstationSelect
ref
=
"workstationSelect"
@
onSelected
=
"onWorkstationSelect"
><
/WorkstationSelect
>
<
/el-row
>
...
...
@@ -271,6 +270,13 @@
<
/el-date-picker
>
<
/el-form-item
>
<
/el-col
>
<
el
-
col
:
span
=
"12"
>
<
el
-
form
-
item
label
=
"申请时间"
prop
=
"createTime"
>
<
el
-
date
-
picker
clearable
v
-
model
=
"form.createTime"
type
=
"datetime"
value
-
format
=
"yyyy-MM-dd HH:mm:ss"
placeholder
=
"请选择申请时间"
disabled
>
<
/el-date-picker
>
<
/el-form-item
>
<
/el-col
>
<
/el-row
>
<
/el-form
>
...
...
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