lilei 1 ano atrás
pai
commit
ed27457a2b

+ 1 - 1
public/version.json

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

+ 2 - 1
src/views/salesManagement/salesQuery/edit.vue

@@ -610,8 +610,9 @@ export default {
         stockSn: row.stockSn
       }).then(res => {
         if (res.status == 200) {
+          this.resetForm()
           // this.resetSearchForm(true)  //  不刷新库存
-          this.$refs.table.refresh(true)
+          // this.$refs.table.refresh(true)
           this.getOrderDetail(false)
           if (this.showShelfModal) {
             this.$refs.chooseShelfProduct.reload()