Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tianjin
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
徐来柯
tianjin
Commits
35fac5dd
Commit
35fac5dd
authored
Jan 28, 2021
by
徐来柯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
b52c6529
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
1 deletion
+19
-1
ManageList.vue
src/views/education/ManageList.vue
+1
-1
ProductDelivery.vue
src/views/education/ProductDelivery.vue
+18
-0
No files found.
src/views/education/ManageList.vue
View file @
35fac5dd
...
...
@@ -23,7 +23,7 @@
<el-table-column
label=
"生产排程编号"
:show-overflow-tooltip=
"true"
prop=
"
Plan
ID"
prop=
"
S
ID"
width=
"180"
>
</el-table-column>
<el-table-column
...
...
src/views/education/ProductDelivery.vue
View file @
35fac5dd
...
...
@@ -263,6 +263,24 @@ export default {
},
conserve
(
data
)
{
var
$this
=
this
if
(
data
.
LID
.
trim
()
===
''
)
{
this
.
typeV
=
'5'
this
.
deleteShow
=
true
this
.
deletetext
=
'线体编号不能为空'
return
}
if
(
data
.
PID
.
trim
()
===
''
)
{
this
.
typeV
=
'5'
this
.
deleteShow
=
true
this
.
deletetext
=
'产品编号不能为空'
return
}
// if (data.Quantity ==='' || data.Quantity
<=
0
)
{
// $this.typeV = '5'
// $this.deleteShow = true
// $this.deletetext = '出库数量不能为空且不能小于等于0'
// return
// }
this
.
$axios
({
method
:
"post"
,
url
:
`/api/ProductDelivery/ProductDelivery_WindowAddSave`
,
...
...
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