diff --git a/hb_client/src/views/dashboard/index.vue b/hb_client/src/views/dashboard/index.vue index 079c3ad..738d691 100644 --- a/hb_client/src/views/dashboard/index.vue +++ b/hb_client/src/views/dashboard/index.vue @@ -218,7 +218,7 @@ :height="cardTabelHeight" style="border-top: 1px solid #f5f5f5;" > - + @@ -233,7 +233,7 @@ - + @@ -585,7 +585,7 @@ let that = this; that.listLoadingUser = true; that.userPage = 1; - getEmployee({page: that.userPage, page_size: that.userPageSize}).then((response) => { + getEmployee({page: that.userPage, page_size: that.userPageSize,show_atwork:true}).then((response) => { if (response.data) { that.userList = response.data.results; that.userTotal = response.data.count; @@ -602,6 +602,7 @@ that.userPage = val; getEmployee({ page: val, + show_atwork:true, page_size: that.userPageSize, fields: 'id,name,dept_name,is_atwork' }).then((response) => { diff --git a/hb_client/src/views/inm/fifodetail.vue b/hb_client/src/views/inm/fifodetail.vue index faecc1d..54a96d5 100644 --- a/hb_client/src/views/inm/fifodetail.vue +++ b/hb_client/src/views/inm/fifodetail.vue @@ -6,8 +6,9 @@ type="primary" icon="el-icon-plus" @click="handlecgxCreate" - >新增采购项入库 + 新增采购项入库 + - + @@ -27,19 +28,14 @@ - + - + - @@ -70,24 +66,25 @@
{{ item.name - }} + }} +
@@ -113,8 +110,8 @@ :rules="rule1" > -
+ +
-
-
+ +
+
+ +
-
+ +
+
-
+ +
-
-
+ +
+
+ +
-
+ +
+
-
取消 + >取消 + 确认 + >确认 +
-
- {{ item.name - }} + }} +
@@ -275,16 +274,16 @@ v-if="item.field_type === 'string'" :label="item.field_name" > - + 取 消 - 提交检查项目 + + 提交检查项目 +
diff --git a/hb_client/src/views/qm/admissiontest.vue b/hb_client/src/views/qm/admissiontest.vue index 55e66a9..46c9ff7 100644 --- a/hb_client/src/views/qm/admissiontest.vue +++ b/hb_client/src/views/qm/admissiontest.vue @@ -1,323 +1,392 @@ diff --git a/hb_client/src/views/qm/product.vue b/hb_client/src/views/qm/product.vue index 9813303..3c943fa 100644 --- a/hb_client/src/views/qm/product.vue +++ b/hb_client/src/views/qm/product.vue @@ -1,81 +1,87 @@