Browse Source

新增工艺资料弹窗 车间报工按钮显示 机台日报表树形图宽度优化

zck 1 year ago
parent
commit
eaae5798fb

+ 1 - 1
src/view/performance/Dayreports.vue

@@ -7,7 +7,7 @@
         :width="220"
         style="margin-right: 10px"
       >
-        <div class="JKWTree-tree" style="height: 70vh">
+        <div class="JKWTree-tree" style="height: 70vh;width:100vh" >
           <h3>机台生产日报表维护</h3>
           <el-tree
             :data="treeData"

+ 1 - 1
src/view/performance/chejianbaogong.vue

@@ -1,7 +1,7 @@
 <template>
   <div>
 	<header>
-		<div style="height: 50px;">
+		<div style="height: 100px;">
 			<el-button type="primary" size="large" class="bt" style="color:white;font-size: 15px;font-weight: bold;width: 70px"  @click="onBZ" >班组维护</el-button>
 			<el-button type="primary" size="large" class="bt" style="color:white;font-size: 15px;font-weight: bold;width: 90px"  @click="onchanliang"  v-if="zdtreeType === true" >日产量上报</el-button>
 			<el-button type="primary" size="large" class="bt" style="color:white;font-size: 15px;font-weight: bold;width: 60px"  @click="onOver" title="完工按钮" >完工</el-button>

+ 1 - 1
src/view/yunyin/shengchanguanli/components/addGongYi.vue

@@ -313,6 +313,7 @@ const selectSHNode = (node,check) => {
 
 
 const open = async (gdbh, gxlist,_gdgyrow) => {
+  visible.value = true
 	console.log(_gdgyrow.value)
 	if(_gdgyrow.value){
 		Object.assign(form,_gdgyrow.value);
@@ -336,7 +337,6 @@ const open = async (gdbh, gxlist,_gdgyrow) => {
 		});
 	}
 	
-  visible.value = true
   id.value = gdbh
   const res = await PrintDetailList({workOrder: id.value})
   const apiData = await getDepartName()