diff --git a/src/api/supplier/supplier.js b/src/api/supplier/supplier.js index b095e09..0fd037c 100644 --- a/src/api/supplier/supplier.js +++ b/src/api/supplier/supplier.js @@ -28,8 +28,8 @@ return instance.post(`/supplierInputReview/listPage?${str}`, data) } // 历史评审不分页列表 -const historyReview = () => { - return instance.post('/supplierInputReview/history', {}) +const historyReview = (data) => { + return instance.post('/supplierInputReview/history', data) } // 新增 diff --git a/src/api/supplier/supplier.js b/src/api/supplier/supplier.js index b095e09..0fd037c 100644 --- a/src/api/supplier/supplier.js +++ b/src/api/supplier/supplier.js @@ -28,8 +28,8 @@ return instance.post(`/supplierInputReview/listPage?${str}`, data) } // 历史评审不分页列表 -const historyReview = () => { - return instance.post('/supplierInputReview/history', {}) +const historyReview = (data) => { + return instance.post('/supplierInputReview/history', data) } // 新增 diff --git a/src/components/mycomponent/dialog/historyReviewDialog.vue b/src/components/mycomponent/dialog/historyReviewDialog.vue deleted file mode 100644 index f4c972d..0000000 --- a/src/components/mycomponent/dialog/historyReviewDialog.vue +++ /dev/null @@ -1,147 +0,0 @@ - - - - - - diff --git a/src/api/supplier/supplier.js b/src/api/supplier/supplier.js index b095e09..0fd037c 100644 --- a/src/api/supplier/supplier.js +++ b/src/api/supplier/supplier.js @@ -28,8 +28,8 @@ return instance.post(`/supplierInputReview/listPage?${str}`, data) } // 历史评审不分页列表 -const historyReview = () => { - return instance.post('/supplierInputReview/history', {}) +const historyReview = (data) => { + return instance.post('/supplierInputReview/history', data) } // 新增 diff --git a/src/components/mycomponent/dialog/historyReviewDialog.vue b/src/components/mycomponent/dialog/historyReviewDialog.vue deleted file mode 100644 index f4c972d..0000000 --- a/src/components/mycomponent/dialog/historyReviewDialog.vue +++ /dev/null @@ -1,147 +0,0 @@ - - - - - - diff --git a/src/views/supplier/historyReviewDialog.vue b/src/views/supplier/historyReviewDialog.vue new file mode 100644 index 0000000..1c0a9d6 --- /dev/null +++ b/src/views/supplier/historyReviewDialog.vue @@ -0,0 +1,77 @@ + + + + + + diff --git a/src/api/supplier/supplier.js b/src/api/supplier/supplier.js index b095e09..0fd037c 100644 --- a/src/api/supplier/supplier.js +++ b/src/api/supplier/supplier.js @@ -28,8 +28,8 @@ return instance.post(`/supplierInputReview/listPage?${str}`, data) } // 历史评审不分页列表 -const historyReview = () => { - return instance.post('/supplierInputReview/history', {}) +const historyReview = (data) => { + return instance.post('/supplierInputReview/history', data) } // 新增 diff --git a/src/components/mycomponent/dialog/historyReviewDialog.vue b/src/components/mycomponent/dialog/historyReviewDialog.vue deleted file mode 100644 index f4c972d..0000000 --- a/src/components/mycomponent/dialog/historyReviewDialog.vue +++ /dev/null @@ -1,147 +0,0 @@ - - - - - - diff --git a/src/views/supplier/historyReviewDialog.vue b/src/views/supplier/historyReviewDialog.vue new file mode 100644 index 0000000..1c0a9d6 --- /dev/null +++ b/src/views/supplier/historyReviewDialog.vue @@ -0,0 +1,77 @@ + + + + + + diff --git a/src/views/supplier/inquiry.vue b/src/views/supplier/inquiry.vue index 1f519f7..9d74382 100644 --- a/src/views/supplier/inquiry.vue +++ b/src/views/supplier/inquiry.vue @@ -83,8 +83,6 @@ mixins: [listMixin], data() { return { - isShowHistoryDialog: false, - isShowDialog: false, selectInfo: { supplierCode: '', supplierName: '', @@ -97,8 +95,6 @@ dataInfo: {}// 传值 } }, - mounted() { - }, methods: { tableRowClassName: tableRowClassName, hitstoryDialog(row) { @@ -155,7 +151,6 @@ margin-right: 1rem; } } - } .inquiry-table { diff --git a/src/api/supplier/supplier.js b/src/api/supplier/supplier.js index b095e09..0fd037c 100644 --- a/src/api/supplier/supplier.js +++ b/src/api/supplier/supplier.js @@ -28,8 +28,8 @@ return instance.post(`/supplierInputReview/listPage?${str}`, data) } // 历史评审不分页列表 -const historyReview = () => { - return instance.post('/supplierInputReview/history', {}) +const historyReview = (data) => { + return instance.post('/supplierInputReview/history', data) } // 新增 diff --git a/src/components/mycomponent/dialog/historyReviewDialog.vue b/src/components/mycomponent/dialog/historyReviewDialog.vue deleted file mode 100644 index f4c972d..0000000 --- a/src/components/mycomponent/dialog/historyReviewDialog.vue +++ /dev/null @@ -1,147 +0,0 @@ - - - - - - diff --git a/src/views/supplier/historyReviewDialog.vue b/src/views/supplier/historyReviewDialog.vue new file mode 100644 index 0000000..1c0a9d6 --- /dev/null +++ b/src/views/supplier/historyReviewDialog.vue @@ -0,0 +1,77 @@ + + + + + + diff --git a/src/views/supplier/inquiry.vue b/src/views/supplier/inquiry.vue index 1f519f7..9d74382 100644 --- a/src/views/supplier/inquiry.vue +++ b/src/views/supplier/inquiry.vue @@ -83,8 +83,6 @@ mixins: [listMixin], data() { return { - isShowHistoryDialog: false, - isShowDialog: false, selectInfo: { supplierCode: '', supplierName: '', @@ -97,8 +95,6 @@ dataInfo: {}// 传值 } }, - mounted() { - }, methods: { tableRowClassName: tableRowClassName, hitstoryDialog(row) { @@ -155,7 +151,6 @@ margin-right: 1rem; } } - } .inquiry-table { diff --git a/src/views/supplier/review.vue b/src/views/supplier/review.vue index 27ada19..7a40096 100644 --- a/src/views/supplier/review.vue +++ b/src/views/supplier/review.vue @@ -62,7 +62,7 @@ @setLimit="setLimit" /> - + @@ -70,20 +70,18 @@