rev:成品出库分配设置站点需改为 生成任务和下发任务一起

This commit is contained in:
2023-08-10 10:45:47 +08:00
parent 59f002b063
commit 93fa9f818f
4 changed files with 60 additions and 16 deletions

View File

@@ -279,10 +279,10 @@ export default {
})
},
setMaterValue(row) {
this.materialForm.material_id = row.material_id
this.materialForm.material_code = row.material_code
this.materialForm.material_name = row.material_name
this.materialForm.material_spec = row.material_spec
this.$set(this.materialForm, 'material_id', row.material_id)
this.$set(this.materialForm, 'material_code', row.material_code)
this.$set(this.materialForm, 'material_name', row.material_name)
this.$set(this.materialForm, 'material_spec', row.material_spec)
if (row.material_spec != null || row.material_spec != '') {
this.materialForm.point_status = '2'
}

View File

@@ -448,11 +448,10 @@ export default {
})
},
setPoint() {
if (this.form2.point_code === '') {
/* if (this.form2.point_code === '') {
this.crud.notify('请选择站点!', CRUD.NOTIFICATION_TYPE.INFO)
return false
}
}*/
if (this.currentDis.iostorinvdis_id === undefined) {
this.crud.notify('请选择分配明细!', CRUD.NOTIFICATION_TYPE.INFO)
return false