diff --git a/hb_client/.env.production b/hb_client/.env.production
index a6efc10..87cb653 100644
--- a/hb_client/.env.production
+++ b/hb_client/.env.production
@@ -2,6 +2,6 @@
ENV = 'production'
# base api
-VUE_APP_BASE_API = 'http://49.232.14.174:2222/api'
+VUE_APP_BASE_API = 'http://hberp.com/api'
#VUE_APP_BASE_API = 'http://127.0.0.1:8000/api'
diff --git a/hb_client/src/api/hrm.js b/hb_client/src/api/hrm.js
index 3aef7e2..6aca137 100644
--- a/hb_client/src/api/hrm.js
+++ b/hb_client/src/api/hrm.js
@@ -22,11 +22,11 @@ export function notWork(id, data) {
})
}
-export function getEmployee(data) {
+export function getEmployee(query) {
return request({
url: '/hrm/employee/',
method: 'get',
- data
+ params: query
})
}
diff --git a/hb_client/src/views/bigScreen/index.vue b/hb_client/src/views/bigScreen/index.vue
index ee5698a..b9b7fbb 100644
--- a/hb_client/src/views/bigScreen/index.vue
+++ b/hb_client/src/views/bigScreen/index.vue
@@ -422,9 +422,9 @@
getUserList() {
let that = this;
that.listUser = false;
- getEmployee({page: 0,type:'big_screen'}).then((response) => {
+ getEmployee({page: 0,type:'big_screen',show_atwork:true}).then((response) => {
if (response.data) {
- let list = response.data.results;
+ let list = response.data;
let data = [];
list.forEach(item => {
let obj = [];
diff --git a/hb_client/src/views/inm/product.vue b/hb_client/src/views/inm/product.vue
index 871eaec..9c83387 100644
--- a/hb_client/src/views/inm/product.vue
+++ b/hb_client/src/views/inm/product.vue
@@ -48,6 +48,14 @@
+
+
+
+ {{scope.row.to_order_.contract_.watch_num}}
+
+
+
+
@@ -113,6 +121,7 @@
{{ this.ordershow }}
{{ this.customershow }}
{{ this.contractshow }}
+ {{ this.watch_num }}
{
if (response.data) {
diff --git a/hb_client/src/views/personnel/userupdate.vue b/hb_client/src/views/personnel/userupdate.vue
index 3afc0d2..8f0cd22 100644
--- a/hb_client/src/views/personnel/userupdate.vue
+++ b/hb_client/src/views/personnel/userupdate.vue
@@ -1,184 +1,218 @@
-
-
-
- 基础信息
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+ 基础信息
+
-
-
-
-
-
- 保存
- 返回
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 保存
+ 返回
+
+
+
-
-
- 详细信息
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+ 详细信息
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 保存
- 返回
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 保存
+ 返回
+
+
+
+
@@ -221,17 +255,17 @@
}
\ No newline at end of file
diff --git a/hb_client/src/views/sam/contract.vue b/hb_client/src/views/sam/contract.vue
index cef7873..7fe2187 100644
--- a/hb_client/src/views/sam/contract.vue
+++ b/hb_client/src/views/sam/contract.vue
@@ -50,6 +50,8 @@
+
+
@@ -116,6 +118,9 @@
>
+
+
+
diff --git a/hb_client/src/views/wpm/productjy.vue b/hb_client/src/views/wpm/productjy.vue
index db29447..548c097 100644
--- a/hb_client/src/views/wpm/productjy.vue
+++ b/hb_client/src/views/wpm/productjy.vue
@@ -87,18 +87,18 @@
-
- {{scope.row.to_order_.number }}
+
+ {{scope.row.order_.number }}
-
- {{scope.row.to_order_.customer_.name }}
+
+ {{scope.row.customer_.name }}
-
- {{scope.row.to_order_.contract_.name }}
+
+ {{scope.row.contract_.name }}