소스 검색

同步出库记录1,2界面

dw 1 주 전
부모
커밋
7dd219e065
1개의 변경된 파일13개의 추가작업 그리고 0개의 파일을 삭제
  1. 13
    0
      src/view/record/outrecordWithoutCancel.vue

+ 13
- 0
src/view/record/outrecordWithoutCancel.vue 파일 보기

@@ -309,6 +309,19 @@
309 309
 				this.currentPage = 1
310 310
 				this.getTableData()
311 311
 			},
312
+      getPltList(){
313
+        const replaceResult = this.query.plateNo.replace(/[;,,;\s\r\n]+/g, ",").split(",");
314
+        this.query.plateNo = replaceResult;
315
+      },
316
+      getConList(){
317
+        const replaceResult = this.query.contractNo.replace(/[;,,;\s\r\n]+/g, ",").split(",");
318
+        console.log( this.query.contractNo,replaceResult)
319
+        this.query.contractNo = replaceResult;
320
+      },
321
+      getOrdList(){
322
+        const replaceResult = this.query.ordNo.replace(/[;,,;\s\r\n]+/g, ",").split(",");
323
+        this.query.ordNo = replaceResult;
324
+      },
312 325
 			showMaterial() {
313 326
 				this.$refs.PopupMaterial.show()
314 327
 			},

Loading…
취소
저장