lilei 3 rokov pred
rodič
commit
064f54b36d

+ 1 - 1
public/version.json

@@ -1,5 +1,5 @@
 {
   "message": "发现有新版本发布,确定更新系统?",
   "vendorJsVersion": "",
-  "version": 1653902032556
+  "version": 1653902547618
 }

+ 1 - 1
src/views/reportData/bulkReturnReport/detailList.vue

@@ -233,7 +233,7 @@ export default {
           _this.exportLoading = true
           _this.spinning = true
           reportSparePartsReturnDetailExport(params).then(res => {
-            downloadExcel(res, '散件入库明细报表')
+            downloadExcel(res, '散件退货明细报表')
             _this.exportLoading = false
             _this.spinning = false
           })

+ 1 - 0
src/views/salesManagement/salesReturn/salesReturnEdit.vue

@@ -386,6 +386,7 @@ export default {
       }).then(res => {
         if (res.status == 200) {
           this.getOrderDetail(true)
+          this.$refs.table.refresh(true)
           this.spinning = false
         } else {
           this.spinning = false

+ 1 - 0
src/views/salesManagement/salesReturn/salesReturnGrabEdit.vue

@@ -372,6 +372,7 @@ export default {
       }).then(res => {
         if (res.status == 200) {
           this.getOrderDetail(true)
+          this.$refs.table.refresh(true)
           this.spinning = false
         } else {
           this.spinning = false