瀏覽代碼

1.新增出库判断,防连点

dw 1 周之前
父節點
當前提交
c1bf4bbef9
共有 1 個檔案被更改,包括 5 行新增0 行删除
  1. 5
    0
      src/components/PopupOut.vue

+ 5
- 0
src/components/PopupOut.vue 查看文件

@@ -236,6 +236,11 @@
236 236
 				}
237 237
 			},
238 238
 			handleOut() {
239
+
240
+        if (this.loading) {
241
+          return;
242
+        }
243
+
239 244
         this.loading = true;
240 245
 				this.distribution.truckNo = this.truckNo
241 246
 				var url = 'WareOut/outByDistribution.do'

Loading…
取消
儲存