diff --git a/src/api/costPush/costPush.js b/src/api/costPush/costPush.js
index e3624b59..6e776a0e 100644
--- a/src/api/costPush/costPush.js
+++ b/src/api/costPush/costPush.js
@@ -110,12 +110,59 @@ export function costExamine(params){
})
}
-
-
-
-
-
-
+// 机具费用推送-列表
+export function getCostPushCheckList(query) {
+ return request({
+ url: '/material/backstage/costPush/getCostPushCheckList',
+ method: 'get',
+ params: query
+ })
+}
+
+// 机具费用推送-合计
+export function getCostPushCheckListCount(query) {
+ return request({
+ url: '/material/backstage/costPush/getCostPushCheckListCount',
+ method: 'get',
+ params: query
+ })
+}
+
+// 机具费用推送-审核
+export function checkData(data) {
+ return request({
+ url: '/material/backstage/costPush/checkData',
+ method: 'post',
+ data
+ })
+}
+
+// 安全工器具费用推送-列表
+export function getConsumPushCheckList(query) {
+ return request({
+ url: '/material/backstage/costPush/getConsumPushCheckList',
+ method: 'get',
+ params: query
+ })
+}
+
+// 安全工器具费用推送-合计
+export function getConsumPushCheckListCount(query) {
+ return request({
+ url: '/material/backstage/costPush/getConsumPushCheckListCount',
+ method: 'get',
+ params: query
+ })
+}
+
+// 安全工器具费用推送-审核
+export function consumeCheckData(data) {
+ return request({
+ url: '/material/backstage/costPush/consumeCheckData',
+ method: 'post',
+ data
+ })
+}
diff --git a/src/views/material/costPush/expendableExpensePush/index.vue b/src/views/material/costPush/expendableExpensePush/index.vue
new file mode 100644
index 00000000..fe0489fb
--- /dev/null
+++ b/src/views/material/costPush/expendableExpensePush/index.vue
@@ -0,0 +1,440 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+ 导出数据
+
+
+ 提 交
+
+
+
+
+
+
+
+
+
+
+
+ {{ row.leaseMoney }}
+
+
+ 未推送
+ 已推送
+ 已退回
+ 进行中
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+ 导出数据
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/material/costPush/leaseExpensePush/index.vue b/src/views/material/costPush/leaseExpensePush/index.vue
new file mode 100644
index 00000000..686d293b
--- /dev/null
+++ b/src/views/material/costPush/leaseExpensePush/index.vue
@@ -0,0 +1,520 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+ 导出数据
+
+
+ 提 交
+
+
+
+
+
+
+
+
+
+
+
+ {{ row.leaseMoney }}
+
+
+ {{ row.lostMoney }}
+
+
+ {{ row.scrapMoney }}
+
+
+ 未推送
+ 已推送
+ 已退回
+ 进行中
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+ 导出数据
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/vue.config.js b/vue.config.js
index 939f1b4d..d93f7f88 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -35,7 +35,7 @@ module.exports = {
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
- // target: `http://36.33.26.201:19988/prod-api`,
+ // target: `http://sgwpdm.ah.sgcc.com.cn/iws/jiju-api`, // 产线
target: `http://192.168.0.96:18080`,//马
// target: `http://192.168.0.244:18580`,//测试
// target: `http://192.168.2.223:18080`,//山