gjy 3 سال پیش
والد
کامیت
0c0a727066

+ 6 - 0
src/views/statisticalReport/purchaseClosingCashierList.vue

@@ -635,6 +635,9 @@ export default {
         })
           .toPromise()
           .then((response) => {
+            this.money=''
+            this.paymentDate=''
+            this.paymentScreenshot=''
             this.$message.success('付款成功')
             this.dialogFormVisible1 = false
             this.getList()
@@ -657,6 +660,9 @@ export default {
           .toPromise()
           .then((response) => {
             this.$message.success('收款成功')
+            this.collectmoney=''
+            this.collectionDate=''
+            this.collectionScreenshot=''
             this.dialogFormVisible2 = false
             this.getList()
           })

+ 1 - 0
src/views/statisticalReport/salesDeliveryReportList.vue

@@ -830,6 +830,7 @@ export default {
               this.salesDeliveryReportList = {}
               this.money = ''
               this.collectionDate = ''
+              this.collectionScreenshot=''
               this.dialogFormVisible1 = false
               this.getList()
             })