浏览代码

Merge branch 'master' of http://47.100.3.209:3000/gdc/yiliangyiyun-pc

mxx 3 年之前
父节点
当前提交
f20763dadf

+ 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/purchaseReceiptStatisticsList.vue

@@ -260,6 +260,7 @@
         <el-table-column
           width="100"
           class="table_td"
+          v-hasPermission="`report.procurementInReport.draw`"
           prop="alreadyInvoice"
           label="已开发票(元)"
         >

+ 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()
             })