入库
This commit is contained in:
@@ -110,7 +110,10 @@
|
|||||||
try {
|
try {
|
||||||
let res = await stConfirm(this.dataList, this.val2, '2', this.isV, '', this.val1)
|
let res = await stConfirm(this.dataList, this.val2, '2', this.isV, '', this.val1)
|
||||||
this.disabled = false
|
this.disabled = false
|
||||||
this._boxQuery(this.val1)
|
// this._boxQuery(this.val1)
|
||||||
|
this.val1 = ''
|
||||||
|
this.val2 = ''
|
||||||
|
this.isV = '0'
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: res.message,
|
title: res.message,
|
||||||
icon: 'none'
|
icon: 'none'
|
||||||
@@ -129,7 +132,7 @@
|
|||||||
try {
|
try {
|
||||||
let res = await stPrint(this.dataList)
|
let res = await stPrint(this.dataList)
|
||||||
this.disabled1 = false
|
this.disabled1 = false
|
||||||
this._boxQuery()
|
this._boxQuery(this.val1)
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: res.message,
|
title: res.message,
|
||||||
icon: 'none'
|
icon: 'none'
|
||||||
|
|||||||
@@ -110,7 +110,10 @@
|
|||||||
try {
|
try {
|
||||||
let res = await stConfirm(this.dataList, this.val2, '4', this.isV, '', this.val1)
|
let res = await stConfirm(this.dataList, this.val2, '4', this.isV, '', this.val1)
|
||||||
this.disabled = false
|
this.disabled = false
|
||||||
this._boxQuery(this.val1)
|
// this._boxQuery(this.val1)
|
||||||
|
this.val1 = ''
|
||||||
|
this.val2 = ''
|
||||||
|
this.isV = '0'
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: res.message,
|
title: res.message,
|
||||||
icon: 'none'
|
icon: 'none'
|
||||||
@@ -129,7 +132,7 @@
|
|||||||
try {
|
try {
|
||||||
let res = await stPrint(this.dataList)
|
let res = await stPrint(this.dataList)
|
||||||
this.disabled1 = false
|
this.disabled1 = false
|
||||||
this._boxQuery()
|
this._boxQuery(this.val1)
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: res.message,
|
title: res.message,
|
||||||
icon: 'none'
|
icon: 'none'
|
||||||
|
|||||||
@@ -115,7 +115,10 @@
|
|||||||
try {
|
try {
|
||||||
let res = await stConfirm(this.dataList, this.val2, '3', this.isV, this.val3, this.val1)
|
let res = await stConfirm(this.dataList, this.val2, '3', this.isV, this.val3, this.val1)
|
||||||
this.disabled = false
|
this.disabled = false
|
||||||
this._boxQuery(this.val1)
|
// this._boxQuery(this.val1)
|
||||||
|
this.val1 = ''
|
||||||
|
this.val2 = ''
|
||||||
|
this.isV = '0'
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: res.message,
|
title: res.message,
|
||||||
icon: 'none'
|
icon: 'none'
|
||||||
|
|||||||
@@ -108,7 +108,10 @@
|
|||||||
try {
|
try {
|
||||||
let res = await stConfirm(this.dataList, this.val2, '1', this.isV, '', this.val1)
|
let res = await stConfirm(this.dataList, this.val2, '1', this.isV, '', this.val1)
|
||||||
this.disabled = false
|
this.disabled = false
|
||||||
this._boxQuery(this.val1)
|
// this._boxQuery(this.val1)
|
||||||
|
this.val1 = ''
|
||||||
|
this.val2 = ''
|
||||||
|
this.isV = '0'
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: res.message,
|
title: res.message,
|
||||||
icon: 'none'
|
icon: 'none'
|
||||||
|
|||||||
Reference in New Issue
Block a user