clear
This commit is contained in:
@@ -111,6 +111,7 @@
|
||||
this.disabled = false
|
||||
this.pkId = ''
|
||||
this.pkObj = {}
|
||||
this.dataList = []
|
||||
this._queryPaperTubeInfo()
|
||||
uni.showToast({
|
||||
title: res.message,
|
||||
|
||||
@@ -199,6 +199,7 @@
|
||||
let res = await needVehicle(this.checkArr[0])
|
||||
this.disabled1 = false
|
||||
this.checkArr = []
|
||||
this.dataList = []
|
||||
this._queryMaterialInfo()
|
||||
uni.showToast({
|
||||
title: res.message,
|
||||
@@ -219,6 +220,7 @@
|
||||
let res = await shippingConfirm(this.checkArr, this.val3, this.val1)
|
||||
this.disabled2 = false
|
||||
this.checkArr = []
|
||||
this.dataList = []
|
||||
this.val1 = ''
|
||||
this.val2 = ''
|
||||
this.val3 = ''
|
||||
@@ -255,6 +257,7 @@
|
||||
this.val1 = ''
|
||||
this.val2 = ''
|
||||
this.val3 = ''
|
||||
this.dataList = []
|
||||
this._queryMaterialInfo()
|
||||
uni.showToast({
|
||||
title: res.message,
|
||||
@@ -284,6 +287,7 @@
|
||||
this.val1 = ''
|
||||
this.val2 = ''
|
||||
this.val3 = ''
|
||||
this.dataList = []
|
||||
this._queryMaterialInfo()
|
||||
uni.showToast({
|
||||
title: res.message,
|
||||
|
||||
@@ -160,6 +160,7 @@
|
||||
this.disabled = false
|
||||
this.pkId = ''
|
||||
this.pkObj = {}
|
||||
this.dataList = []
|
||||
this.index1 = ''
|
||||
this.index3 = ''
|
||||
this._queryMaterialInfo()
|
||||
|
||||
@@ -234,6 +234,7 @@
|
||||
let res = await outConfirm(this.index1, this.checkArr, this.isV)
|
||||
this.disabled1 = false
|
||||
this.checkArr = []
|
||||
this.dataList = []
|
||||
this.isV = '0'
|
||||
this.index1 = ''
|
||||
this.index5 = ''
|
||||
@@ -265,6 +266,7 @@
|
||||
let res = await disuseConfirm(this.index1)
|
||||
this.disabled3 = false
|
||||
this.checkArr = []
|
||||
this.dataList = []
|
||||
this.index1 = ''
|
||||
this.index5 = ''
|
||||
this._queryMaterialInfo()
|
||||
|
||||
Reference in New Issue
Block a user