add:原材料、半成品、成品插入库存变动记录
This commit is contained in:
@@ -417,7 +417,7 @@ export default {
|
||||
}
|
||||
|
||||
this.loadingAlldiv = true
|
||||
productOut.allDivIvt({ 'iostorinvdtl_id': this.currentRow.iostorinvdtl_id, 'sect_id': this.mstrow.sect_id, 'stor_id': this.mstrow.stor_id, 'type': false }).then(res => {
|
||||
productOut.allDivIvt({ 'iostorinvdtl_id': this.currentRow.iostorinvdtl_id, 'iostorinv_id': this.currentRow.iostorinv_id, 'sect_id': this.mstrow.sect_id, 'stor_id': this.mstrow.stor_id, 'type': false }).then(res => {
|
||||
this.crud.notify('分配成功!', CRUD.NOTIFICATION_TYPE.SUCCESS)
|
||||
this.queryTableDtl()
|
||||
this.loadingAlldiv = false
|
||||
|
||||
Reference in New Issue
Block a user