zck 1 an în urmă
părinte
comite
cda79e81f1
1 a modificat fișierele cu 53 adăugiri și 46 ștergeri
  1. 53 46
      src/view/performance/chejianbaogong.vue

+ 53 - 46
src/view/performance/chejianbaogong.vue

@@ -1780,52 +1780,59 @@
 			</el-dialog>
 
 			<!--流程单查询【弹窗】-->
-			<el-dialog v-model="pd_lcdlist" title="工单工序生产进程" style="width: 100%;height: 100%;margin: 0px;padding: 0px;">
-            <div style="width: 100%;height: 100%;">
-              <el-button type="" @click="pd_lcdCancel">退出</el-button>
-            </div>
-			<br>
-            <div style="width: 100%; height: 100%; display: flex; align-items: center;">
-              <el-form-item label="工单编号" style="margin-right: 20px; padding: 0;">
-                <el-input v-model="pd_lcdformData['gdbh']" @keyup.enter="pd_lcdProductValue"/>
-              </el-form-item>
-              <el-form-item label="印件号" style="margin-right: 5px; padding: 0;">
-                <el-input v-model="pd_lcdformData['yjno']" @keyup.enter="pd_lcdProductValue"/>
-              </el-form-item>
-              <el-form-item label="" style="margin-right: 5px; padding: 0;">
-                <el-input v-model="pd_lcdformData['code']" disabled/>
-              </el-form-item>
-              <el-form-item label="" style="margin-right: 5px; padding: 0;">
-                <el-input v-model="pd_lcdformData['name']" disabled style="width: 500px"/>
-              </el-form-item>
-            </div>
-            <div style="width: 100%; height: 70vh; display: flex;">
-              <layout>
-                <layout-sider :resize-directions="['right']" :width="240" style="margin-right: 10px;height: 70vh;">
-                  <div class="JKWTree-tree">
-                    <el-tree :data="pd_lcd_treeData" @node-click="pd_lcd_handleNodeClick" default-expand-all></el-tree>
-                  </div>
-                </layout-sider>
-				
-				<div style="display: flex; align-items: center;margin-left: 25px;">
-					<el-tag type="success" style="width: 55px; height: 40px; margin-right: 10px;"><h2>流程号</h2></el-tag>
-					<h2 style="margin: 0 20px 0 0;">绿格子图标表示“已完成”</h2>
-					<el-tag type="danger" style="width: 55px; height: 40px; margin-right: 10px;"><h2>流程号</h2></el-tag>
-					<h2 style="margin: 0;">红格子图标表示“未完成”</h2>
-				</div>
-				<br>
-                <layout-main>
-                  <!-- 这里放右侧的内容 -->
-                  <el-space wrap style="margin-left: 20px;">
-                    <!-- 右侧内容 -->
-                    <template v-for="item in processList.total_process" >
-                      <el-button  class="custom-button" disabled :type="! processList.process.includes(item) ? 'danger' : 'info'" plain style="width: 50px;">{{ item }}</el-button>
-                    </template>
-                  </el-space>
-                </layout-main>
-              </layout>
-            </div>
-          </el-dialog>
+			<el-dialog v-model="pd_lcdlist" title="工单工序生产进程" fullscreen>
+              <div style="width: 100%; height: 100%">
+                <el-button type="" @click=" () => {pd_lcdlist = false;}">退出</el-button>
+              </div>
+              <div style=" width: 100%; height: 100%; display: flex; align-items: center;">
+                <el-form-item label="工单编号" style="margin-right: 20px; padding: 0">
+                  <el-input v-model="pd_lcdformData['gdbh']" @keyup.enter="pd_lcdProductValue" placeholder="Enter回车"/>
+                </el-form-item>
+                <el-form-item label="印件号" style="margin-right: 20px; padding: 0">
+                  <el-input v-model="pd_lcdformData['yjno']" @keyup.enter="pd_lcdProductValue" placeholder="Enter回车"/>
+                </el-form-item>
+                <el-form-item label="" style="margin-right: 5px; padding: 0">
+                  <el-input v-model="pd_lcdformData['code']" disabled/>
+                </el-form-item>
+                <el-form-item label="" style="margin-right: 5px; padding: 0">
+                  <el-input v-model="pd_lcdformData['name']" disabled style="width: 500px" />
+                </el-form-item>
+              </div>
+              <div style="width: 100%; height: 70vh; display: flex">
+                <layout>
+                  <layout-sider
+                    :resize-directions="['right']"
+                    :width="240"
+                    style="margin-right: 10px; height: 70vh"
+                  >
+                    <div class="JKWTree-tree">
+                      <el-tree
+                        :data="pd_lcd_treeData"
+                        default-expand-all
+                        @node-click="pd_lcd_handleNodeClick"
+                      />
+                    </div>
+                  </layout-sider>
+                      </layout>
+					  <layout-main>
+                    <!-- 这里放右侧的内容 -->
+                    	  <div style="display: flex; align-items: center;margin-left: 120px;">
+                    	  	<el-tag type="success" style="width: 55px; height: 40px; margin-right: 10px;"><h2>流程号</h2></el-tag>
+                    	  	<h2 style="margin: 0 20px 0 0;">绿格子图标表示“已完成”</h2>
+                    	  	<el-tag type="danger" style="width: 55px; height: 40px; margin-right: 10px;"><h2>流程号</h2></el-tag>
+                    	  	<h2 style="margin: 0;">红格子图标表示“未完成”</h2>
+                    	  </div>
+                    	  <br>
+                           <el-space wrap style="margin-left: 120px;">
+                            <!-- 右侧内容 -->
+                            <template v-for="item in processList.total_process">
+                    			<el-button  class="custom-button" disabled :type="! processList.process.includes(item) ? 'danger' : 'info'" plain style="width: 50px;">{{ item }}</el-button>
+                              <!-- <el-button disabled :type="! processList.process.includes(item) ? 'danger' : 'info'" plain style="width: 50px">{{ item }}</el-button> -->
+                            </template>
+                          </el-space>
+                        </layout-main>
+                    </div>
+            </el-dialog>
 		  
 				
 			<!--工单生产批次信息查询【弹窗】-->