ソースを参照

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

dw 3ヶ月前
コミット
c1bf4bbef9
1個のファイルの変更5行の追加0行の削除
  1. 5
    0
      src/components/PopupOut.vue

+ 5
- 0
src/components/PopupOut.vue ファイルの表示

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

読み込み中…
キャンセル
保存