空管出入库
This commit is contained in:
@@ -87,8 +87,8 @@
|
||||
};
|
||||
},
|
||||
created () {
|
||||
this._queryProductArea()
|
||||
this._queryMaterialInfo()
|
||||
// this._queryProductArea()
|
||||
// this._queryMaterialInfo()
|
||||
},
|
||||
methods: {
|
||||
/** 选择器 */
|
||||
@@ -102,7 +102,7 @@
|
||||
},
|
||||
/** 初始化查询 */
|
||||
async _queryMaterialInfo () {
|
||||
let res = await queryMaterialInfo1(this.val1, this.val2, this.index)
|
||||
let res = await queryMaterialInfo1(this.val1, this.val2, this.index, '2')
|
||||
this.dataList = [...res.data]
|
||||
},
|
||||
/** 确认 */
|
||||
@@ -113,7 +113,7 @@
|
||||
return
|
||||
}
|
||||
try {
|
||||
let res = await emptyConfirm(this.pkObj, this.qty, this.val1)
|
||||
let res = await emptyConfirm(this.pkObj, this.qty, this.val1, '2')
|
||||
uni.showToast({
|
||||
title: res.message,
|
||||
icon: 'none'
|
||||
|
||||
Reference in New Issue
Block a user