diff --git a/supervise-crm-ui/src/api/projectStaff/index.js b/supervise-crm-ui/src/api/projectStaff/index.js
new file mode 100644
index 00000000..d9894f03
--- /dev/null
+++ b/supervise-crm-ui/src/api/projectStaff/index.js
@@ -0,0 +1,32 @@
+import request from '@/utils/request'
+
+export default {
+
+ // 选择可用的项目
+ projectinformation: function() {
+ return request({
+ url: '/crm/v1/projectinformation/listAll ',
+ method: 'get',
+ });
+ },
+ getUserByType: function(id) {
+ return request({
+ url: '/crm/userproject/getUserByType/'+ id,
+ method: 'get'
+ })
+ },
+ getUserProjectBySid: function(sid) {
+ return request({
+ url: '/crm/userproject/getUserProjectBySid/'+ sid,
+ method: 'get'
+ })
+ },
+ userprojectSave: function(data) {
+ return request({
+ url: '/crm/userproject/save',
+ method: 'post',
+ data: data
+ });
+ },
+
+}
diff --git a/supervise-crm-ui/src/views/projectStaff/index.vue b/supervise-crm-ui/src/views/projectStaff/index.vue
index b1b9dd65..0b07475e 100644
--- a/supervise-crm-ui/src/views/projectStaff/index.vue
+++ b/supervise-crm-ui/src/views/projectStaff/index.vue
@@ -23,36 +23,36 @@
-
- {{''}}
-
-
+
+
-
项目名称:{{projectList.remarks }} {{"\xa0\xa0\xa0"}}{{"\xa0\xa0\xa0"}}{{"\xa0\xa0\xa0"}}{{"\xa0\xa0\xa0"}} 贷款银行:{{projectList.id }}
+
项目名称:{{projectList.entryName }} {{"\xa0\xa0\xa0"}}{{"\xa0\xa0\xa0"}}{{"\xa0\xa0\xa0"}}{{"\xa0\xa0\xa0"}} 贷款银行:{{projectList.bankName }}
-
+
-
+
-
+
-
+
@@ -62,7 +62,7 @@
diff --git a/supervise-enterprise-ui/src/views/NewList/needMoney.vue b/supervise-enterprise-ui/src/views/NewList/needMoney.vue
index e7a6bba9..ba1562a1 100644
--- a/supervise-enterprise-ui/src/views/NewList/needMoney.vue
+++ b/supervise-enterprise-ui/src/views/NewList/needMoney.vue
@@ -1,62 +1,143 @@
-
-
-
-
+
+
+
+
+
生产经营用款申请
+
+
+ 所在项目{{"\xa0\xa0\xa0"}} XXX
+ 申请日期:XXXXX
+
+
+ 用款企业{{"\xa0\xa0\xa0"}}
+
+
+
+
+
+
用途申请{{"\xa0\xa0\xa0"}}
+
+
+
+ 备选项
+
+
+
+
+
+ 注:客户发起发起申请,首先监管审核,再银行审核通过后,客户在审核结果表里打印纸质申请表盖章并提交给监管、银行各一份。
+
+
提交审核
+
-
-
-
-
-
-
\ No newline at end of file
+
diff --git a/supervise-enterprise-ui/src/views/NewList/outbound.vue b/supervise-enterprise-ui/src/views/NewList/outbound.vue
index 35d328a0..3bfe6555 100644
--- a/supervise-enterprise-ui/src/views/NewList/outbound.vue
+++ b/supervise-enterprise-ui/src/views/NewList/outbound.vue
@@ -20,7 +20,7 @@
- 货物价值{{"\xa0\xa0\xa0"}}
+ 货物价值{{"\xa0\xa0\xa0"}}
添加出库单
diff --git a/supervise-enterprise-ui/src/views/NewList/warehouse.vue b/supervise-enterprise-ui/src/views/NewList/warehouse.vue
index 43d97e19..778f1860 100644
--- a/supervise-enterprise-ui/src/views/NewList/warehouse.vue
+++ b/supervise-enterprise-ui/src/views/NewList/warehouse.vue
@@ -20,7 +20,7 @@
- 货物价值{{"\xa0\xa0\xa0"}}
+ 货物价值{{"\xa0\xa0\xa0"}}
添加入库单