|  |  |  | @ -56,53 +56,53 @@ | 
			
		
	
		
			
				
					|  |  |  |  |         </el-row> | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |         <el-row style="margin-top: 15px"> | 
			
		
	
		
			
				
					|  |  |  |  | <!--          <el-col :span="6">--> | 
			
		
	
		
			
				
					|  |  |  |  | <!--            <el-form-item prop="workPlaceCode" class="query-form-item" label="当前工位:">--> | 
			
		
	
		
			
				
					|  |  |  |  | <!--              <el-select--> | 
			
		
	
		
			
				
					|  |  |  |  | <!--                v-model="formData.workPlaceCode"--> | 
			
		
	
		
			
				
					|  |  |  |  | <!--                placeholder="当前工位"--> | 
			
		
	
		
			
				
					|  |  |  |  | <!--                style="width: 90%"--> | 
			
		
	
		
			
				
					|  |  |  |  | <!--                :disabled="corpOrderIdDisabled"--> | 
			
		
	
		
			
				
					|  |  |  |  | <!--                filterable--> | 
			
		
	
		
			
				
					|  |  |  |  | <!--                @change="workPlaceCodeChange"--> | 
			
		
	
		
			
				
					|  |  |  |  | <!--              >--> | 
			
		
	
		
			
				
					|  |  |  |  | <!--                <el-option--> | 
			
		
	
		
			
				
					|  |  |  |  | <!--                  v-for="item in curWorkPlaces"--> | 
			
		
	
		
			
				
					|  |  |  |  | <!--                  :key="item.workplaceId"--> | 
			
		
	
		
			
				
					|  |  |  |  | <!--                  :label="item.workplaceName"--> | 
			
		
	
		
			
				
					|  |  |  |  | <!--                  :value="item.workplaceId"--> | 
			
		
	
		
			
				
					|  |  |  |  | <!--                >--> | 
			
		
	
		
			
				
					|  |  |  |  | <!--                  <span style="float: left">{{ item.workplaceName }}</span>--> | 
			
		
	
		
			
				
					|  |  |  |  | <!--                  <span style="float: right; color: #8492a6; font-size: 13px">{{--> | 
			
		
	
		
			
				
					|  |  |  |  | <!--                      item.workplaceId--> | 
			
		
	
		
			
				
					|  |  |  |  | <!--                    }}</span>--> | 
			
		
	
		
			
				
					|  |  |  |  | <!--                </el-option>--> | 
			
		
	
		
			
				
					|  |  |  |  | <!--              </el-select>--> | 
			
		
	
		
			
				
					|  |  |  |  | <!--            </el-form-item>--> | 
			
		
	
		
			
				
					|  |  |  |  | <!--          </el-col>--> | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | <!--          <el-col :span="6">--> | 
			
		
	
		
			
				
					|  |  |  |  | <!--            <el-form-item prop="busType" class="query-form-item" label="当前业务类型:">--> | 
			
		
	
		
			
				
					|  |  |  |  | <!--              <el-select v-model="formData.busType"--> | 
			
		
	
		
			
				
					|  |  |  |  | <!--                         filterable--> | 
			
		
	
		
			
				
					|  |  |  |  | <!--                         remote--> | 
			
		
	
		
			
				
					|  |  |  |  | <!--                         @change="busTypeChange"--> | 
			
		
	
		
			
				
					|  |  |  |  | <!--                         reserve-keyword--> | 
			
		
	
		
			
				
					|  |  |  |  | <!--                         disabled--> | 
			
		
	
		
			
				
					|  |  |  |  | <!--                         placeholder="请选择业务类型" clearable style="width: 55%">--> | 
			
		
	
		
			
				
					|  |  |  |  | <!--                <el-option--> | 
			
		
	
		
			
				
					|  |  |  |  | <!--                  v-for="item in busTypeList"--> | 
			
		
	
		
			
				
					|  |  |  |  | <!--                  :key="item.documentTypeCode"--> | 
			
		
	
		
			
				
					|  |  |  |  | <!--                  :label="item.busName"--> | 
			
		
	
		
			
				
					|  |  |  |  | <!--                  :value="item.documentTypeCode"--> | 
			
		
	
		
			
				
					|  |  |  |  | <!--                >--> | 
			
		
	
		
			
				
					|  |  |  |  | <!--                  <span style="float: left">{{ item.busName }}</span>--> | 
			
		
	
		
			
				
					|  |  |  |  | <!--                  <span style="float: right; color: #8492a6; font-size: 13px">{{ item.documentTypeCode }}</span>--> | 
			
		
	
		
			
				
					|  |  |  |  | <!--                </el-option>--> | 
			
		
	
		
			
				
					|  |  |  |  | <!--              </el-select>--> | 
			
		
	
		
			
				
					|  |  |  |  | <!--              <el-button type="primary" @click="toggleBusType" style="margin-left: 5px">切换业务</el-button>--> | 
			
		
	
		
			
				
					|  |  |  |  | <!--            </el-form-item>--> | 
			
		
	
		
			
				
					|  |  |  |  | <!--          </el-col>--> | 
			
		
	
		
			
				
					|  |  |  |  |           <!--          <el-col :span="6">--> | 
			
		
	
		
			
				
					|  |  |  |  |           <!--            <el-form-item prop="workPlaceCode" class="query-form-item" label="当前工位:">--> | 
			
		
	
		
			
				
					|  |  |  |  |           <!--              <el-select--> | 
			
		
	
		
			
				
					|  |  |  |  |           <!--                v-model="formData.workPlaceCode"--> | 
			
		
	
		
			
				
					|  |  |  |  |           <!--                placeholder="当前工位"--> | 
			
		
	
		
			
				
					|  |  |  |  |           <!--                style="width: 90%"--> | 
			
		
	
		
			
				
					|  |  |  |  |           <!--                :disabled="corpOrderIdDisabled"--> | 
			
		
	
		
			
				
					|  |  |  |  |           <!--                filterable--> | 
			
		
	
		
			
				
					|  |  |  |  |           <!--                @change="workPlaceCodeChange"--> | 
			
		
	
		
			
				
					|  |  |  |  |           <!--              >--> | 
			
		
	
		
			
				
					|  |  |  |  |           <!--                <el-option--> | 
			
		
	
		
			
				
					|  |  |  |  |           <!--                  v-for="item in curWorkPlaces"--> | 
			
		
	
		
			
				
					|  |  |  |  |           <!--                  :key="item.workplaceId"--> | 
			
		
	
		
			
				
					|  |  |  |  |           <!--                  :label="item.workplaceName"--> | 
			
		
	
		
			
				
					|  |  |  |  |           <!--                  :value="item.workplaceId"--> | 
			
		
	
		
			
				
					|  |  |  |  |           <!--                >--> | 
			
		
	
		
			
				
					|  |  |  |  |           <!--                  <span style="float: left">{{ item.workplaceName }}</span>--> | 
			
		
	
		
			
				
					|  |  |  |  |           <!--                  <span style="float: right; color: #8492a6; font-size: 13px">{{--> | 
			
		
	
		
			
				
					|  |  |  |  |           <!--                      item.workplaceId--> | 
			
		
	
		
			
				
					|  |  |  |  |           <!--                    }}</span>--> | 
			
		
	
		
			
				
					|  |  |  |  |           <!--                </el-option>--> | 
			
		
	
		
			
				
					|  |  |  |  |           <!--              </el-select>--> | 
			
		
	
		
			
				
					|  |  |  |  |           <!--            </el-form-item>--> | 
			
		
	
		
			
				
					|  |  |  |  |           <!--          </el-col>--> | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |           <!--          <el-col :span="6">--> | 
			
		
	
		
			
				
					|  |  |  |  |           <!--            <el-form-item prop="busType" class="query-form-item" label="当前业务类型:">--> | 
			
		
	
		
			
				
					|  |  |  |  |           <!--              <el-select v-model="formData.busType"--> | 
			
		
	
		
			
				
					|  |  |  |  |           <!--                         filterable--> | 
			
		
	
		
			
				
					|  |  |  |  |           <!--                         remote--> | 
			
		
	
		
			
				
					|  |  |  |  |           <!--                         @change="busTypeChange"--> | 
			
		
	
		
			
				
					|  |  |  |  |           <!--                         reserve-keyword--> | 
			
		
	
		
			
				
					|  |  |  |  |           <!--                         disabled--> | 
			
		
	
		
			
				
					|  |  |  |  |           <!--                         placeholder="请选择业务类型" clearable style="width: 55%">--> | 
			
		
	
		
			
				
					|  |  |  |  |           <!--                <el-option--> | 
			
		
	
		
			
				
					|  |  |  |  |           <!--                  v-for="item in busTypeList"--> | 
			
		
	
		
			
				
					|  |  |  |  |           <!--                  :key="item.documentTypeCode"--> | 
			
		
	
		
			
				
					|  |  |  |  |           <!--                  :label="item.busName"--> | 
			
		
	
		
			
				
					|  |  |  |  |           <!--                  :value="item.documentTypeCode"--> | 
			
		
	
		
			
				
					|  |  |  |  |           <!--                >--> | 
			
		
	
		
			
				
					|  |  |  |  |           <!--                  <span style="float: left">{{ item.busName }}</span>--> | 
			
		
	
		
			
				
					|  |  |  |  |           <!--                  <span style="float: right; color: #8492a6; font-size: 13px">{{ item.documentTypeCode }}</span>--> | 
			
		
	
		
			
				
					|  |  |  |  |           <!--                </el-option>--> | 
			
		
	
		
			
				
					|  |  |  |  |           <!--              </el-select>--> | 
			
		
	
		
			
				
					|  |  |  |  |           <!--              <el-button type="primary" @click="toggleBusType" style="margin-left: 5px">切换业务</el-button>--> | 
			
		
	
		
			
				
					|  |  |  |  |           <!--            </el-form-item>--> | 
			
		
	
		
			
				
					|  |  |  |  |           <!--          </el-col>--> | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |           <el-col :span="6" v-if="this.formDataVisible != null &&  this.formDataVisible.scanType == 1"> | 
			
		
	
		
			
				
					|  |  |  |  |             <el-form-item class="query-form-item" :label="this.formDataVisible.unitTittle + ':'"> | 
			
		
	
	
		
			
				
					|  |  |  | @ -272,7 +272,8 @@ | 
			
		
	
		
			
				
					|  |  |  |  |               <div style="flex: 1; display: flex; flex-direction: column; justify-content: flex-end; padding-top: 10px;" | 
			
		
	
		
			
				
					|  |  |  |  |               > | 
			
		
	
		
			
				
					|  |  |  |  |                 <!-- 假设这里有一些信息内容 --> | 
			
		
	
		
			
				
					|  |  |  |  |                 <p style="font-size: 14px;background-color: #e1f3fb"  @click="selectBusType(info.documentTypeCode)">{{ info.remark }}</p> | 
			
		
	
		
			
				
					|  |  |  |  |                 <p style="font-size: 14px;background-color: #e1f3fb" @click="selectBusType(info.documentTypeCode)"> | 
			
		
	
		
			
				
					|  |  |  |  |                   {{ info.remark }}</p> | 
			
		
	
		
			
				
					|  |  |  |  |                 <el-button type="primary" style="position: absolute; bottom: 20px; right: 20px;" icon="el-icon-thumb" | 
			
		
	
		
			
				
					|  |  |  |  |                            @click="selectBusType(info.documentTypeCode)">开始作业 | 
			
		
	
		
			
				
					|  |  |  |  |                 </el-button> | 
			
		
	
	
		
			
				
					|  |  |  | @ -442,8 +443,7 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |  |           if (this.formData.billNo != null) { | 
			
		
	
		
			
				
					|  |  |  |  |             this.getBillNo(this.formData.billNo) | 
			
		
	
		
			
				
					|  |  |  |  |             this.startDeal(); | 
			
		
	
		
			
				
					|  |  |  |  |           } | 
			
		
	
		
			
				
					|  |  |  |  |           else { | 
			
		
	
		
			
				
					|  |  |  |  |           } else { | 
			
		
	
		
			
				
					|  |  |  |  |             if (this.busTypeList.length == 1 && this.$route.query.busType == null) { | 
			
		
	
		
			
				
					|  |  |  |  |               let busType = this.busTypeList[0] | 
			
		
	
		
			
				
					|  |  |  |  |               this.formData.busType = this.busTypeList[0].documentTypeCode | 
			
		
	
	
		
			
				
					|  |  |  | @ -740,7 +740,7 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |  |     //选择单据 | 
			
		
	
		
			
				
					|  |  |  |  |     selectPrescribe() { | 
			
		
	
		
			
				
					|  |  |  |  |       // console.log(this.formData.workPlaceCode) | 
			
		
	
		
			
				
					|  |  |  |  |       if (this.$route.query.busType != null){ | 
			
		
	
		
			
				
					|  |  |  |  |       if (this.$route.query.busType != null) { | 
			
		
	
		
			
				
					|  |  |  |  |         this.formData.busType = this.$route.query.busType | 
			
		
	
		
			
				
					|  |  |  |  |       } | 
			
		
	
		
			
				
					|  |  |  |  |       this.selectPrescriptionVisible = true; | 
			
		
	
	
		
			
				
					|  |  |  | @ -891,7 +891,7 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |  |       this.formData.confirmFinish = false; | 
			
		
	
		
			
				
					|  |  |  |  |       this.refreshCodesPanel(this) | 
			
		
	
		
			
				
					|  |  |  |  |     }, | 
			
		
	
		
			
				
					|  |  |  |  |     toggleBusType(){ | 
			
		
	
		
			
				
					|  |  |  |  |     toggleBusType() { | 
			
		
	
		
			
				
					|  |  |  |  |       //隐藏下拉框内容 | 
			
		
	
		
			
				
					|  |  |  |  |       // this.$refs.selectHeadEmpId.blur(); | 
			
		
	
		
			
				
					|  |  |  |  |       this.selectBusTypeDisabled = true | 
			
		
	
	
		
			
				
					|  |  |  | @ -925,9 +925,6 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |  |     } | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |   } | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | } | 
			
		
	
	
		
			
				
					|  |  |  | 
 |