From 70ef97bae9ba7dfa40fc3b798f268f0742615b10 Mon Sep 17 00:00:00 2001 From: Vergil <974548713@qq.com> Date: Mon, 18 May 2020 11:51:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E5=BA=9F=E9=9B=B6=E4=BB=B6=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DiscardedPartsInquiry/index.vue | 303 +++++++++--------- 1 file changed, 152 insertions(+), 151 deletions(-) diff --git a/src/views/ManufacturingCenter/DiscardedPartsInquiry/index.vue b/src/views/ManufacturingCenter/DiscardedPartsInquiry/index.vue index 93101e57..dc0bfce8 100644 --- a/src/views/ManufacturingCenter/DiscardedPartsInquiry/index.vue +++ b/src/views/ManufacturingCenter/DiscardedPartsInquiry/index.vue @@ -23,157 +23,156 @@ 导出 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - -
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + @@ -182,6 +181,7 @@ import { searchMachine, searchTable1, searchTable2, TableDta2Select } from '@/ap export default { data() { return { + dialogVisible: false, pageCurrent: 1, pageSize: 20, total: 0, @@ -248,6 +248,7 @@ export default { fetchTableData2(row) { TableDta2Select(row.补投流水号).then(response => { this.tableData2 = response.data + this.dialogVisible = true }) }, exportExcel() {