diff --git a/hb_client/src/views/pm/resources.vue b/hb_client/src/views/pm/resources.vue
index 51bfc98..f6b28df 100644
--- a/hb_client/src/views/pm/resources.vue
+++ b/hb_client/src/views/pm/resources.vue
@@ -17,7 +17,7 @@
stripe
highlight-current-row
height="100"
- v-el-height-adaptive-table="{bottomOffset: 40}"
+ v-el-height-adaptive-table="{bottomOffset: 25}"
>
@@ -134,7 +134,7 @@
fit
stripe
style="width: 100%"
- height="320"
+ height="280"
>
diff --git a/hb_client/src/views/pm/work.vue b/hb_client/src/views/pm/work.vue
index 477ab75..666212f 100644
--- a/hb_client/src/views/pm/work.vue
+++ b/hb_client/src/views/pm/work.vue
@@ -17,16 +17,16 @@
>
-
- {{scope.row.id}}
+
+ {{scope.row.number}}
-
+
{{ scope.row.product_.name }}
{{ scope.row.product_.specification }}
-
+
{{ scope.row.subproduction_.name }}
@@ -37,7 +37,7 @@
{{ scope.row.process_.number }}
-
+
-
+
{{ scope.row.workshop_.name }}
{{ scope.row.count }}
-
+
{{ scope.row.start_date }}
-
+
{{ scope.row.end_date }}
@@ -64,14 +64,14 @@
-
+
{{ scope.row.create_time }}
-
+
+
{{ scope.row.count }}
-
+
+ {{ scope.row.count_real }}
+
+
+ {{ scope.row.subproduction_plan }}
+
+
+ {{ scope.row.material_.name }}
+
+
+ {{ scope.row.material_.number }}
+
+
+ {{ scope.row.material_.specification }}
+
+
+ {{ scope.row.material_.unit }}
+
+
+
+
+
+
+
+
+
+ {{ scope.row.count }}
+
+
{{ scope.row.count_real }}
@@ -181,7 +216,6 @@
-
取消
@@ -211,7 +245,8 @@ export default {
page_size: 20,
},
- progressList:[],
+ xhwl:[],
+ ccwl:[],
listLoading: true,
dialogVisible: false,
dialogVisibles: false,
@@ -262,9 +297,24 @@ export default {
handleselectclick(scope)
{
this.dialogVisibles = true;
+ this.xhwl=[];
+
+ this.ccwl=[];
getProgress(scope.row.id).then((res) => {
if (res.code >= 200) {
- this.progressList = res.data;
+
+ res.data.forEach((item) => {
+
+ if(item.type==1)
+ {
+ this.xhwl.push(item);
+ }
+ else{
+ this.ccwl.push(item);
+ }
+
+ });
+
}
});
},
diff --git a/hb_client/src/views/sam/contract.vue b/hb_client/src/views/sam/contract.vue
index e89a3a2..2c3a0a3 100644
--- a/hb_client/src/views/sam/contract.vue
+++ b/hb_client/src/views/sam/contract.vue
@@ -41,24 +41,24 @@
v-el-height-adaptive-table="{bottomOffset: 42}"
>
-
+
{{ scope.row.name }}
-
+
{{ scope.row.number }}
-
+
{{ scope.row.amount }}
-
+
{{ scope.row.invoice }}
{{ scope.row.customer_.name }}
-
+
{{ scope.row.sign_date }}
@@ -71,6 +71,7 @@
align="center"
label="操作"
width="220px"
+ fixed="right"
>
@@ -112,7 +113,7 @@
@@ -122,10 +123,10 @@
-
+
-
+
diff --git a/hb_client/src/views/sam/contractdetail.vue b/hb_client/src/views/sam/contractdetail.vue
index 8dcbd7b..59e557a 100644
--- a/hb_client/src/views/sam/contractdetail.vue
+++ b/hb_client/src/views/sam/contractdetail.vue
@@ -2,10 +2,10 @@
-
- {{contractdetail.name}}
+
+ {{contractdetail.name}}
{{contractdetail.number}}
- {{contractdetail.amount}}
+ {{contractdetail.amount}}
{{contractdetail.customer_.name}}
@@ -20,6 +20,7 @@
fit
stripe
highlight-current-row
+ height="510px"
>
diff --git a/hb_client/src/views/sam/order.vue b/hb_client/src/views/sam/order.vue
index 4a4da9f..f64155d 100644
--- a/hb_client/src/views/sam/order.vue
+++ b/hb_client/src/views/sam/order.vue
@@ -121,7 +121,7 @@
>
-
+
diff --git a/hb_client/src/views/wpm/need.vue b/hb_client/src/views/wpm/need.vue
index 2a498fd..bfb4ae5 100644
--- a/hb_client/src/views/wpm/need.vue
+++ b/hb_client/src/views/wpm/need.vue
@@ -19,10 +19,17 @@
{{ scope.row.number }}
+
+ {{ scope.row.material_.specification }}
+
+
{{ actstate_[scope.row.act_state] }}
+
+
+ {{ scope.row.subproduction_plan_.number }}
{{ scope.row.step_.name }}
@@ -99,11 +106,17 @@
{{ scope.row.number }}
+
+
+ {{ scope.row.material_.specification }}
{{ actstate_[scope.row.act_state] }}
+
+
+ {{ scope.row.subproduction_plan_.number }}
{{ scope.row.step_.name }}
@@ -159,13 +172,18 @@
{{ scope.row.number }}
+
+
+ {{ scope.row.material_.specification }}
{{ actstate_[scope.row.act_state] }}
-
+
+ {{ scope.row.subproduction_plan_.number }}
+
{{ scope.row.step_.name }}
@@ -217,6 +235,9 @@
{{ actstate_[scope.row.act_state] }}
+
+
+ {{ scope.row.material_.specification }}
{{ scope.row.step_.name }}
@@ -225,6 +246,9 @@
{{ ng_sign_[scope.row.ng_sign] }}
+
+
+ {{ scope.row.subproduction_plan_.number }}
@@ -266,19 +290,26 @@
max-height="600"
>
+
+
{{ scope.row.material_.name }}
{{ scope.row.number }}
+
+
+ {{ scope.row.material_.specification }}
{{ actstate_[scope.row.act_state] }}
-
+
+ {{ scope.row.subproduction_plan_.number }}
+
{{ scope.row.step_.name }}
diff --git a/hb_client/src/views/wpm/operation.vue b/hb_client/src/views/wpm/operation.vue
index 926aaf5..cc8d5f8 100644
--- a/hb_client/src/views/wpm/operation.vue
+++ b/hb_client/src/views/wpm/operation.vue
@@ -36,12 +36,7 @@
scope.row.create_by_.username
}}
-
-
- 是
- 否
-
+
@@ -141,7 +136,7 @@ export default {
handleoperation(scope)
{
- this.$router.push({name: "operationdo", params: { id: scope.row.id,is_submited:scope.row.is_submited }, })
+ this.$router.push({name: "operationdo", params: { id: scope.row.id,submited:scope.row.is_submited }, })
},
//大工序工序渲染
getProcessList() {
diff --git a/hb_client/src/views/wpm/operationdo.vue b/hb_client/src/views/wpm/operationdo.vue
index 622d78a..bbf317f 100644
--- a/hb_client/src/views/wpm/operationdo.vue
+++ b/hb_client/src/views/wpm/operationdo.vue
@@ -3,6 +3,7 @@
基本信息
+
查看作业指导书
+
+ 提交本次操作
+
|