diff --git a/sgzb-ui/src/api/claimAndRefund/receive.js b/sgzb-ui/src/api/claimAndRefund/receive.js
index afd272dc..2d674da4 100644
--- a/sgzb-ui/src/api/claimAndRefund/receive.js
+++ b/sgzb-ui/src/api/claimAndRefund/receive.js
@@ -132,6 +132,17 @@ export function getTaskDetail( params = {} ){
}
+// 获取 物品类型
+export function getUseTypeTreee(params = {}){
+ return request({
+ url: '/material/backApply/getUseTypeTree',
+ method: 'post',
+ data: params
+ })
+}
+
+
+
diff --git a/sgzb-ui/src/api/claimAndRefund/return.js b/sgzb-ui/src/api/claimAndRefund/return.js
index 0bec0483..d7642975 100644
--- a/sgzb-ui/src/api/claimAndRefund/return.js
+++ b/sgzb-ui/src/api/claimAndRefund/return.js
@@ -51,5 +51,13 @@ export function ApiGetMaterialList(query) {
-
+
+//审核
+export function ApiBackApplyAudit(query) {
+ return request({
+ url: '/material/backApply/audit',
+ method: 'get',
+ params: query
+ })
+}
diff --git a/sgzb-ui/src/views/claimAndRefund/return/returnApply.vue b/sgzb-ui/src/views/claimAndRefund/return/returnApply.vue
index 0372dad8..ddd898dc 100644
--- a/sgzb-ui/src/views/claimAndRefund/return/returnApply.vue
+++ b/sgzb-ui/src/views/claimAndRefund/return/returnApply.vue
@@ -100,12 +100,6 @@
查看
- 退料单
- 编辑
- 提交
删除
@@ -309,8 +303,8 @@ export default {
console.log("paramsparamsparams", params)
const res = await ApiGetBackApplyList(params)
console.log("res=====", res)
- this.typeList = res.rows;
- this.total = res.total;
+ this.typeList = res.data.rows;
+ this.total = res.data.total;
this.loading = false;
} catch (error) {
@@ -493,7 +487,7 @@ export default {
},
resetQuery1(){
-
+
}
diff --git a/sgzb-ui/src/views/claimAndRefund/return/returnApplyAdd.vue b/sgzb-ui/src/views/claimAndRefund/return/returnApplyAdd.vue
index 2de2adb8..0a1a9316 100644
--- a/sgzb-ui/src/views/claimAndRefund/return/returnApplyAdd.vue
+++ b/sgzb-ui/src/views/claimAndRefund/return/returnApplyAdd.vue
@@ -17,23 +17,24 @@
-
+
-
+
+
+
+
-
-
-
@@ -52,31 +53,44 @@
退料管理
- 导出
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
+
+
+
+
+
+
-
+
-
+
@@ -101,13 +115,19 @@
+
diff --git a/sgzb-ui/vue.config.js b/sgzb-ui/vue.config.js
index aec13011..4b7dcd28 100644
--- a/sgzb-ui/vue.config.js
+++ b/sgzb-ui/vue.config.js
@@ -40,7 +40,8 @@ module.exports = {
// target: `http://10.40.92.140:8080`,//丁/
// target: `http://10.40.92.126:8080`,//高
// target: `http://10.40.92.111:8080`,//亮
- target: `http://10.40.92.209:8080`,//刘川
+ target: `http://10.40.92.59:8080`,//亮
+ // target: `http://10.40.92.209:8080`,//刘川
changeOrigin: true,
pathRewrite: {