更新BOM维护和仓储汇总页面
This commit is contained in:
@@ -1360,6 +1360,7 @@ export default {
|
||||
const NumberData4 = []
|
||||
const NumberData5 = []
|
||||
const NumberData6 = []
|
||||
const NumberData7 = []
|
||||
this.multipleSelection_variable1 = this.multipleSelection1
|
||||
this.multipleSelection1 = []
|
||||
for (let i = 0; i < this.multipleSelection_variable1.length; i++) {
|
||||
@@ -1370,6 +1371,7 @@ export default {
|
||||
NumberData4[i] = parseInt(this.multipleSelection_variable1[i].物料流水号)
|
||||
NumberData5[i] = parseInt(this.multipleSelection_variable1[i].零件类型)
|
||||
NumberData6[i] = parseInt(this.multipleSelection_variable1[i].订单流水号)
|
||||
NumberData7[i] = this.multipleSelection_variable1[i].数量
|
||||
}
|
||||
var param = []
|
||||
param[0] = ['流水号组', NumberData]
|
||||
@@ -1379,6 +1381,7 @@ export default {
|
||||
param[4] = ['物料流水号组', NumberData4]
|
||||
param[5] = ['零件类型组', NumberData5]
|
||||
param[6] = ['订单流水号组', NumberData6]
|
||||
param[7] = ['数量组', NumberData7]
|
||||
var Data = this.CreateData('12', 'PDM_零件明细表_基本件_删除数据_全部', param)
|
||||
this.ExecDatabase(Data).then(response => {
|
||||
if (response.data[0].result === '1') {
|
||||
|
||||
Reference in New Issue
Block a user