clear
This commit is contained in:
@@ -75,7 +75,6 @@
|
||||
title: '',
|
||||
val1: '',
|
||||
dataList: [],
|
||||
disabled1: false,
|
||||
disabled2: false
|
||||
};
|
||||
},
|
||||
@@ -116,6 +115,7 @@
|
||||
let res = await customerPrint(this.val1, this.$store.getters.setPrintName)
|
||||
this.disabled2 = false
|
||||
this.val1 = ''
|
||||
this.dataList = []
|
||||
uni.showToast({
|
||||
title: res.message,
|
||||
icon: 'none'
|
||||
|
||||
@@ -66,6 +66,8 @@
|
||||
try {
|
||||
let res = await abnormalOut(this.val1, this.val2)
|
||||
this.disabled1 = false
|
||||
this.val1 = ''
|
||||
this.val2 = ''
|
||||
uni.showToast({
|
||||
title: res.message,
|
||||
icon: 'none'
|
||||
|
||||
@@ -105,6 +105,7 @@
|
||||
let res = await stoutConfirm(this.val1)
|
||||
this.disabled1 = false
|
||||
this.val1 = ''
|
||||
this.dataList = []
|
||||
this._stivtDtlQuery()
|
||||
uni.showToast({
|
||||
title: res.message,
|
||||
|
||||
@@ -125,6 +125,7 @@
|
||||
this.disabled = false
|
||||
this.pkId = ''
|
||||
this.pkObj = {}
|
||||
this.dataList = []
|
||||
this._outcoolIOQuery()
|
||||
uni.showToast({
|
||||
title: res.message,
|
||||
|
||||
@@ -121,6 +121,7 @@
|
||||
this.disabled1 = false
|
||||
this.val1 = ''
|
||||
this.val2 = ''
|
||||
this.dataList = []
|
||||
this._virtualivtQuery()
|
||||
uni.showToast({
|
||||
title: res.message,
|
||||
|
||||
Reference in New Issue
Block a user