|  |  |  | @ -12,25 +12,21 @@ | 
			
		
	
		
			
				
					|  |  |  |  |                 :label="item.name" | 
			
		
	
		
			
				
					|  |  |  |  |                 :value="item.action"> | 
			
		
	
		
			
				
					|  |  |  |  |                 <span style="float: left"> {{ item.name }}</span> | 
			
		
	
		
			
				
					|  |  |  |  |                 <span style="float: right; color: #8492a6; font-size: 13px">{{ item.action }}</span> | 
			
		
	
		
			
				
					|  |  |  |  |               </el-option> | 
			
		
	
		
			
				
					|  |  |  |  |             </el-select> | 
			
		
	
		
			
				
					|  |  |  |  |           </el-form-item> | 
			
		
	
		
			
				
					|  |  |  |  |         </el-col> | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |         <el-col :span="11"> | 
			
		
	
		
			
				
					|  |  |  |  |           <el-form-item label="流转方式" prop="supplementAll"> | 
			
		
	
		
			
				
					|  |  |  |  |             <el-select v-model="inputQuery.supplementAll" placeholder="流转方式" clearable size="small" | 
			
		
	
		
			
				
					|  |  |  |  |           <el-form-item label="补单方式" prop="supplementAll"> | 
			
		
	
		
			
				
					|  |  |  |  |             <el-select v-model="inputQuery.supplementAll" placeholder="补单方式" clearable size="small" | 
			
		
	
		
			
				
					|  |  |  |  |                        style="width: 90%"> | 
			
		
	
		
			
				
					|  |  |  |  |               <el-option label="全量补单" :value="true"></el-option> | 
			
		
	
		
			
				
					|  |  |  |  |               <el-option label="自动补单" :value="false"></el-option> | 
			
		
	
		
			
				
					|  |  |  |  |               <el-option label="缺量补单" :value="false"></el-option> | 
			
		
	
		
			
				
					|  |  |  |  |             </el-select> | 
			
		
	
		
			
				
					|  |  |  |  |           </el-form-item> | 
			
		
	
		
			
				
					|  |  |  |  |         </el-col> | 
			
		
	
		
			
				
					|  |  |  |  |       </el-row> | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |       <el-row type="flex"> | 
			
		
	
		
			
				
					|  |  |  |  |       <el-row type="flex"  style="margin-bottom: 20px"> | 
			
		
	
		
			
				
					|  |  |  |  |         <el-col :span="11"> | 
			
		
	
		
			
				
					|  |  |  |  |           <el-form-item label="目标所在仓库" prop="invCode"> | 
			
		
	
		
			
				
					|  |  |  |  |             <el-select v-model="inputQuery.invCode" placeholder="目标所在仓库" clearable size="small" | 
			
		
	
	
		
			
				
					|  |  |  | @ -46,26 +42,26 @@ | 
			
		
	
		
			
				
					|  |  |  |  |             </el-select> | 
			
		
	
		
			
				
					|  |  |  |  |           </el-form-item> | 
			
		
	
		
			
				
					|  |  |  |  |         </el-col> | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |         <el-col :span="11"> | 
			
		
	
		
			
				
					|  |  |  |  |           <el-form-item label="目标往来仓库" prop="defaultInvCode"> | 
			
		
	
		
			
				
					|  |  |  |  |             <el-select v-model="inputQuery.defaultInvCode" placeholder="目标往来仓库" clearable size="small" | 
			
		
	
		
			
				
					|  |  |  |  |                        @change="invChange" | 
			
		
	
		
			
				
					|  |  |  |  |                        style="width: 90%"> | 
			
		
	
		
			
				
					|  |  |  |  |               <el-option | 
			
		
	
		
			
				
					|  |  |  |  |                 v-for="item in fromInvs" | 
			
		
	
		
			
				
					|  |  |  |  |                 :key="item.name" | 
			
		
	
		
			
				
					|  |  |  |  |                 :label="item.name" | 
			
		
	
		
			
				
					|  |  |  |  |                 :value="item.code"> | 
			
		
	
		
			
				
					|  |  |  |  |                 <span style="float: left"> {{ item.name }}</span> | 
			
		
	
		
			
				
					|  |  |  |  |               </el-option> | 
			
		
	
		
			
				
					|  |  |  |  |             </el-select> | 
			
		
	
		
			
				
					|  |  |  |  |           </el-form-item> | 
			
		
	
		
			
				
					|  |  |  |  |         </el-col> | 
			
		
	
		
			
				
					|  |  |  |  |       </el-row> | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |       <el-row> | 
			
		
	
		
			
				
					|  |  |  |  |       <!--        <el-col :span="11">--> | 
			
		
	
		
			
				
					|  |  |  |  |       <!--          <el-form-item label="目标往来仓库" prop="defaultInvCode">--> | 
			
		
	
		
			
				
					|  |  |  |  |       <!--            <el-select v-model="inputQuery.defaultInvCode" placeholder="目标往来仓库" clearable size="small"--> | 
			
		
	
		
			
				
					|  |  |  |  |       <!--                       @change="invChange"--> | 
			
		
	
		
			
				
					|  |  |  |  |       <!--                       style="width: 90%">--> | 
			
		
	
		
			
				
					|  |  |  |  |       <!--              <el-option--> | 
			
		
	
		
			
				
					|  |  |  |  |       <!--                v-for="item in fromInvs"--> | 
			
		
	
		
			
				
					|  |  |  |  |       <!--                :key="item.name"--> | 
			
		
	
		
			
				
					|  |  |  |  |       <!--                :label="item.name"--> | 
			
		
	
		
			
				
					|  |  |  |  |       <!--                :value="item.code">--> | 
			
		
	
		
			
				
					|  |  |  |  |       <!--                <span style="float: left"> {{ item.name }}</span>--> | 
			
		
	
		
			
				
					|  |  |  |  |       <!--              </el-option>--> | 
			
		
	
		
			
				
					|  |  |  |  |       <!--            </el-select>--> | 
			
		
	
		
			
				
					|  |  |  |  |       <!--          </el-form-item>--> | 
			
		
	
		
			
				
					|  |  |  |  |       <!--        </el-col>--> | 
			
		
	
		
			
				
					|  |  |  |  |       <!--      </el-row>--> | 
			
		
	
		
			
				
					|  |  |  |  |       <el-divider content-position="left">生成出入库单</el-divider> | 
			
		
	
		
			
				
					|  |  |  |  |       <el-row style="margin-top: 20px"> | 
			
		
	
		
			
				
					|  |  |  |  |         <el-col :span="11"> | 
			
		
	
		
			
				
					|  |  |  |  |           <el-form-item label="目标出入库单" prop="action"> | 
			
		
	
		
			
				
					|  |  |  |  |             <el-select v-model="inputQuery.action" placeholder="目标出入库单" clearable size="small" style="width: 90%"> | 
			
		
	
	
		
			
				
					|  |  |  | @ -80,7 +76,32 @@ | 
			
		
	
		
			
				
					|  |  |  |  |             </el-select> | 
			
		
	
		
			
				
					|  |  |  |  |           </el-form-item> | 
			
		
	
		
			
				
					|  |  |  |  |         </el-col> | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |         <el-col :span="11"> | 
			
		
	
		
			
				
					|  |  |  |  |           <el-form-item label="时间间隔(h)" prop="beforeTime"> | 
			
		
	
		
			
				
					|  |  |  |  |             <el-input style="width: 90%" | 
			
		
	
		
			
				
					|  |  |  |  |                       size="small" | 
			
		
	
		
			
				
					|  |  |  |  |                       type="number" | 
			
		
	
		
			
				
					|  |  |  |  |                       placeholder="请输入内容" | 
			
		
	
		
			
				
					|  |  |  |  |                       v-model="inputQuery.beforeTime" | 
			
		
	
		
			
				
					|  |  |  |  |                       onkeyup="this.value=this.value.replace(/\D/g,'')" | 
			
		
	
		
			
				
					|  |  |  |  |                       onafterpaste="this.value=this.value.replace(/\D/g,'')" | 
			
		
	
		
			
				
					|  |  |  |  |             ></el-input> | 
			
		
	
		
			
				
					|  |  |  |  |           </el-form-item> | 
			
		
	
		
			
				
					|  |  |  |  |         </el-col> | 
			
		
	
		
			
				
					|  |  |  |  |       </el-row> | 
			
		
	
		
			
				
					|  |  |  |  |       <el-row style="margin-bottom: 20px"> | 
			
		
	
		
			
				
					|  |  |  |  |         <el-col :span="11"> | 
			
		
	
		
			
				
					|  |  |  |  |           <el-form-item label="审核状态" prop="auditStatus" class="query-form-item"> | 
			
		
	
		
			
				
					|  |  |  |  |             <el-radio-group v-model="inputQuery.auditStatus"> | 
			
		
	
		
			
				
					|  |  |  |  |               <el-radio :label="1">草稿</el-radio> | 
			
		
	
		
			
				
					|  |  |  |  |               <el-radio :label="2">待审核</el-radio> | 
			
		
	
		
			
				
					|  |  |  |  |               <el-radio :label="3">已审核</el-radio> | 
			
		
	
		
			
				
					|  |  |  |  |             </el-radio-group> | 
			
		
	
		
			
				
					|  |  |  |  |           </el-form-item> | 
			
		
	
		
			
				
					|  |  |  |  |         </el-col> | 
			
		
	
		
			
				
					|  |  |  |  |       </el-row> | 
			
		
	
		
			
				
					|  |  |  |  |       <el-divider content-position="left">生成业务单</el-divider> | 
			
		
	
		
			
				
					|  |  |  |  |       <el-row> | 
			
		
	
		
			
				
					|  |  |  |  |         <el-col :span="11"> | 
			
		
	
		
			
				
					|  |  |  |  |           <el-form-item label="目标业务单" prop="action"> | 
			
		
	
		
			
				
					|  |  |  |  |             <el-select v-model="inputQuery.targetBusAction" placeholder="目标业务单" clearable size="small" | 
			
		
	
	
		
			
				
					|  |  |  | @ -96,25 +117,6 @@ | 
			
		
	
		
			
				
					|  |  |  |  |             </el-select> | 
			
		
	
		
			
				
					|  |  |  |  |           </el-form-item> | 
			
		
	
		
			
				
					|  |  |  |  |         </el-col> | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |       </el-row> | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |       <el-row> | 
			
		
	
		
			
				
					|  |  |  |  |         <el-col :span="11"> | 
			
		
	
		
			
				
					|  |  |  |  |           <el-form-item label="时间间隔(h)" prop="beforeTime"> | 
			
		
	
		
			
				
					|  |  |  |  |             <el-input style="width: 90%" | 
			
		
	
		
			
				
					|  |  |  |  |                       size="small" | 
			
		
	
		
			
				
					|  |  |  |  |                       type="number" | 
			
		
	
		
			
				
					|  |  |  |  |                       placeholder="请输入内容" | 
			
		
	
		
			
				
					|  |  |  |  |                       v-model="inputQuery.beforeTime" | 
			
		
	
		
			
				
					|  |  |  |  |                       onkeyup="this.value=this.value.replace(/\D/g,'')" | 
			
		
	
		
			
				
					|  |  |  |  |                       onafterpaste="this.value=this.value.replace(/\D/g,'')" | 
			
		
	
		
			
				
					|  |  |  |  |             ></el-input> | 
			
		
	
		
			
				
					|  |  |  |  |           </el-form-item> | 
			
		
	
		
			
				
					|  |  |  |  |         </el-col> | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |         <el-col :span="11"> | 
			
		
	
		
			
				
					|  |  |  |  |           <el-form-item label="时间间隔(h)" prop="beforeTime"> | 
			
		
	
		
			
				
					|  |  |  |  |             <el-input style="width: 90%" | 
			
		
	
	
		
			
				
					|  |  |  | @ -128,20 +130,9 @@ | 
			
		
	
		
			
				
					|  |  |  |  |           </el-form-item> | 
			
		
	
		
			
				
					|  |  |  |  |         </el-col> | 
			
		
	
		
			
				
					|  |  |  |  |       </el-row> | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |       <el-row> | 
			
		
	
		
			
				
					|  |  |  |  |         <el-col :span="11"> | 
			
		
	
		
			
				
					|  |  |  |  |           <el-form-item label="出入库单审核状态" prop="auditStatus" class="query-form-item"> | 
			
		
	
		
			
				
					|  |  |  |  |             <el-radio-group v-model="inputQuery.auditStatus"> | 
			
		
	
		
			
				
					|  |  |  |  |               <el-radio :label="1">草稿</el-radio> | 
			
		
	
		
			
				
					|  |  |  |  |               <el-radio :label="2">待审核</el-radio> | 
			
		
	
		
			
				
					|  |  |  |  |               <el-radio :label="3">已审核</el-radio> | 
			
		
	
		
			
				
					|  |  |  |  |             </el-radio-group> | 
			
		
	
		
			
				
					|  |  |  |  |           </el-form-item> | 
			
		
	
		
			
				
					|  |  |  |  |         </el-col> | 
			
		
	
		
			
				
					|  |  |  |  |         <el-col :span="11"> | 
			
		
	
		
			
				
					|  |  |  |  |           <el-form-item label="业务单审核状态" prop="busAuditStatus" class="query-form-item"> | 
			
		
	
		
			
				
					|  |  |  |  |           <el-form-item label="审核状态" prop="busAuditStatus" class="query-form-item"> | 
			
		
	
		
			
				
					|  |  |  |  |             <el-radio-group v-model="inputQuery.busAuditStatus"> | 
			
		
	
		
			
				
					|  |  |  |  |               <el-radio :label="1">草稿</el-radio> | 
			
		
	
		
			
				
					|  |  |  |  |               <el-radio :label="2">待审核</el-radio> | 
			
		
	
	
		
			
				
					|  |  |  | @ -150,8 +141,6 @@ | 
			
		
	
		
			
				
					|  |  |  |  |           </el-form-item> | 
			
		
	
		
			
				
					|  |  |  |  |         </el-col> | 
			
		
	
		
			
				
					|  |  |  |  |       </el-row> | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |       <el-row type="flex"> | 
			
		
	
		
			
				
					|  |  |  |  |         <el-col :span="23" type="flex"> | 
			
		
	
		
			
				
					|  |  |  |  |           <el-form-item prop="intro"> | 
			
		
	
	
		
			
				
					|  |  |  | 
 |