浏览代码

同步出库记录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
 			},

正在加载...
取消
保存