diff --git a/src/api/srm/srmSupplier.js b/src/api/srm/srmSupplier.js
index 82fbbe6..1a715ae 100644
--- a/src/api/srm/srmSupplier.js
+++ b/src/api/srm/srmSupplier.js
@@ -6,3 +6,4 @@ export const searchSupplierGroupRequestList = data => createAPI('/srmSupplier/se
export const getSupplierGroupRequestList = data => createAPI('/srmSupplier/getSupplierGroupRequestList', 'POST', data)
export const createNewSupplierRequest = data => createAPI('/srmSupplier/createNewSupplierRequest', 'POST', data)
export const checkSrmSupplierList = data => createAPI('/srmSupplier/checkSrmSupplierList', 'POST', data)
+export const confirmRequest= (data) => createAPI(`/srmSupplier/confirmRequest`,'post',data)
diff --git a/src/views/modules/srmSupplier/SupplierGroupReview.vue b/src/views/modules/srmSupplier/SupplierGroupReview.vue
deleted file mode 100644
index 048be30..0000000
--- a/src/views/modules/srmSupplier/SupplierGroupReview.vue
+++ /dev/null
@@ -1,396 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Supplier No
-
-
-
-
-
-
-
-
-
-
-
-
- Query
- {{'导出'}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{scope.row[item.columnProp]}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/modules/srmSupplier/supplierGroupRequestList.vue b/src/views/modules/srmSupplier/supplierGroupRequestList.vue
index 06b9b23..436fbd7 100644
--- a/src/views/modules/srmSupplier/supplierGroupRequestList.vue
+++ b/src/views/modules/srmSupplier/supplierGroupRequestList.vue
@@ -185,7 +185,7 @@
- Submit
+ Submit
Cancel & Close
@@ -551,7 +551,7 @@ export default {
this.fileList=[]
this.requestModelFlag=true
},
- savePalletHeader(){
+ submitData(){
if(this.requestModelData.supplierNo==''||this.requestModelData.supplierNo==null){
this.$message.warning('未选择Supplier No!')
return false
diff --git a/src/views/modules/srmSupplier/supplierGroupReview.vue b/src/views/modules/srmSupplier/supplierGroupReview.vue
new file mode 100644
index 0000000..adcae17
--- /dev/null
+++ b/src/views/modules/srmSupplier/supplierGroupReview.vue
@@ -0,0 +1,738 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Supplier No
+
+
+
+
+
+
+
+
+
+
+
+
+ Query
+
+ {{'导出'}}
+
+
+
+
+
+
+
+
+ Approve
+
+
+
+
+
+ {{scope.row[item.columnProp]}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ View
+
+
+
+
+ Approve
+ Reject
+
+ Submit
+ Cancel & Close
+
+
+
+
+
+
+
+
+
+
+
+ 将文件拖到此处,或点击上传
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/modules/srmSupplier/supplierList.vue b/src/views/modules/srmSupplier/supplierList.vue
index d873698..4a59b91 100644
--- a/src/views/modules/srmSupplier/supplierList.vue
+++ b/src/views/modules/srmSupplier/supplierList.vue
@@ -233,7 +233,7 @@ export default {
serialNumber: '811001Table3RequestDate',
tableId: "811001Table3",
tableName: "供应商等级变更记录",
- columnProp: "requestData",
+ columnProp: "requestDate",
headerAlign: "center",
align: "left",
columnLabel: "Request Date",