rev:成品出库分配设置站点需改为 生成任务和下发任务一起
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user