Commit 35fac5dd authored by 徐来柯's avatar 徐来柯

update

parent b52c6529
......@@ -23,7 +23,7 @@
<el-table-column
label="生产排程编号"
:show-overflow-tooltip="true"
prop="PlanID"
prop="SID"
width="180">
</el-table-column>
<el-table-column
......
......@@ -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`,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment