|
|
|
@ -62,23 +62,15 @@
|
|
|
|
|
</el-select>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="11">
|
|
|
|
|
<el-form-item label="内部单据自动平衡" prop="supplementOrderType">
|
|
|
|
|
<el-select :disabled="inputQuery.corpType !=3 || inputQuery.inStock!= true"
|
|
|
|
|
<el-col :span="11" type="flex">
|
|
|
|
|
<el-form-item label="仓库类型" prop="actionType">
|
|
|
|
|
<el-select v-model="inputQuery.actionType"
|
|
|
|
|
size="small"
|
|
|
|
|
style="width: 90%"
|
|
|
|
|
v-model="inputQuery.supplementOrderType"
|
|
|
|
|
clearable
|
|
|
|
|
placeholder="单据类型"
|
|
|
|
|
>
|
|
|
|
|
<el-option
|
|
|
|
|
v-for="item in orderTypeList"
|
|
|
|
|
:key="item.name"
|
|
|
|
|
:label="item.name"
|
|
|
|
|
:value="item.action"
|
|
|
|
|
>
|
|
|
|
|
<span style="float: left">{{ item.name }}</span>
|
|
|
|
|
</el-option>
|
|
|
|
|
placeholder="请选择入库方式">
|
|
|
|
|
<el-option label="入账库" :value="1"></el-option>
|
|
|
|
|
<el-option label="预验收库" :value="2"></el-option>
|
|
|
|
|
<el-option label="寄售库" :value="3"></el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
@ -86,8 +78,9 @@
|
|
|
|
|
<el-row type="flex">
|
|
|
|
|
<el-col :span="11">
|
|
|
|
|
<el-form-item label="允许手动输入客户信息" prop="genUnit">
|
|
|
|
|
<el-select v-model="inputQuery.genUnit" :disabled="inputQuery.corpType != 1" style="width: 90%"
|
|
|
|
|
placeholder="是否允许" clearable
|
|
|
|
|
<el-select v-model="inputQuery.genUnit"
|
|
|
|
|
:disabled="inputQuery.corpType != 1 || inputQuery.mainAction!='WareHouseOut'" style="width: 90%"
|
|
|
|
|
placeholder="是否允许"
|
|
|
|
|
>
|
|
|
|
|
<el-option label="允许" :value="true"></el-option>
|
|
|
|
|
<el-option label="不允许" :value="false"></el-option>
|
|
|
|
@ -95,81 +88,91 @@
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
<el-col :span="11" type="flex">
|
|
|
|
|
<el-form-item label="采购方式" prop="actionType">
|
|
|
|
|
<el-select v-model="inputQuery.actionType"
|
|
|
|
|
<el-col :span="11">
|
|
|
|
|
<el-form-item label="内部单据自动平衡" prop="supplementOrderType">
|
|
|
|
|
<el-select :disabled="inputQuery.corpType !=3 || inputQuery.inStock!= true"
|
|
|
|
|
size="small"
|
|
|
|
|
style="width: 90%"
|
|
|
|
|
v-model="inputQuery.supplementOrderType"
|
|
|
|
|
clearable
|
|
|
|
|
:disabled="inputQuery.mainAction!='WareHouseIn' || inputQuery.corpType!=2 "
|
|
|
|
|
placeholder="请选择入库方式">
|
|
|
|
|
<el-option label="无" :value="0"></el-option>
|
|
|
|
|
<el-option label="带票" :value="1"></el-option>
|
|
|
|
|
<el-option label="预验收" :value="2"></el-option>
|
|
|
|
|
<el-option label="寄售" :value="3"></el-option>
|
|
|
|
|
placeholder="单据类型"
|
|
|
|
|
>
|
|
|
|
|
<el-option
|
|
|
|
|
v-for="item in orderTypeList"
|
|
|
|
|
:key="item.name"
|
|
|
|
|
:label="item.name"
|
|
|
|
|
:value="item.action"
|
|
|
|
|
>
|
|
|
|
|
<span style="float: left">{{ item.name }}</span>
|
|
|
|
|
</el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<!-- :disabled="inputQuery.mainAction!='WareHouseIn' || inputQuery.corpType!=2 "-->
|
|
|
|
|
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row type="flex">
|
|
|
|
|
<el-col :span="11">
|
|
|
|
|
<el-form-item label="允许供应商使用" prop="prefix">
|
|
|
|
|
<el-form-item label="供应商使用权限" prop="prefix">
|
|
|
|
|
<el-select v-model="inputQuery.spUse"
|
|
|
|
|
:disabled=" inputQuery.corpType!=2 "
|
|
|
|
|
style="width: 90%" placeholder="是否允许" clearable>
|
|
|
|
|
<el-option label="是" :value="1"></el-option>
|
|
|
|
|
<el-option label="否" :value="0"></el-option>
|
|
|
|
|
style="width: 90%" placeholder="是否允许" >
|
|
|
|
|
<el-option label="无" :value="0"></el-option>
|
|
|
|
|
<el-option label="可查看" :value="1"></el-option>
|
|
|
|
|
<el-option label="增删改查" :value="2"></el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
<el-col :span="11">
|
|
|
|
|
<el-form-item label="预验收使用结束退回" prop="preInBack">
|
|
|
|
|
<el-select v-model="inputQuery.preInBack"
|
|
|
|
|
:disabled="inputQuery.actionType != 2 || inputQuery.mainAction!='WareHouseIn' ||
|
|
|
|
|
inputQuery.corpType != 2 "
|
|
|
|
|
|
|
|
|
|
style="width: 90%"
|
|
|
|
|
placeholder="是否退回" clearable
|
|
|
|
|
>
|
|
|
|
|
<el-option label="是" :value="true"></el-option>
|
|
|
|
|
<el-option label="否" :value="false"></el-option>
|
|
|
|
|
<el-form-item label="物资近效期处理方式" prop="prefix">
|
|
|
|
|
<el-select v-model="inputQuery.checkVailDate"
|
|
|
|
|
style="width: 90%" placeholder="" >
|
|
|
|
|
<el-option label="不处理" :value=0></el-option>
|
|
|
|
|
<el-option label="弹框提醒" :value=1></el-option>
|
|
|
|
|
<el-option label="禁止录入" :value=2></el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--<el-col :span="11">-->
|
|
|
|
|
<!-- <el-form-item label="预验收使用结束退回" prop="preInBack">-->
|
|
|
|
|
<!-- <el-select v-model="inputQuery.preInBack"-->
|
|
|
|
|
<!-- :disabled="inputQuery.actionType != 2 || inputQuery.mainAction!='WareHouseIn' ||-->
|
|
|
|
|
<!-- inputQuery.corpType != 2 || inputQuery.inStock==false "-->
|
|
|
|
|
<!-- style="width: 90%"-->
|
|
|
|
|
<!-- placeholder="是否退回" -->
|
|
|
|
|
<!-- >-->
|
|
|
|
|
<!-- <el-option label="是" :value="true"></el-option>-->
|
|
|
|
|
<!-- <el-option label="否" :value="false"></el-option>-->
|
|
|
|
|
<!-- </el-select>-->
|
|
|
|
|
<!-- </el-form-item>-->
|
|
|
|
|
<!--</el-col>-->
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
<el-row type="flex">
|
|
|
|
|
<el-col :span="11">
|
|
|
|
|
<el-form-item label="是否检查近效期" prop="prefix">
|
|
|
|
|
<el-select v-model="inputQuery.checkVailDate"
|
|
|
|
|
style="width: 90%" placeholder="" clearable>
|
|
|
|
|
<el-option label="是" :value="true"></el-option>
|
|
|
|
|
<el-option label="否" :value="false"></el-option>
|
|
|
|
|
<el-form-item label="物资过期处理方式" prop="prefix">
|
|
|
|
|
<el-select v-model="inputQuery.checkExpire"
|
|
|
|
|
style="width: 90%" placeholder="" >
|
|
|
|
|
<el-option label="不处理" :value=0></el-option>
|
|
|
|
|
<el-option label="弹框提醒" :value=1></el-option>
|
|
|
|
|
<el-option label="禁止录入" :value=2></el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="11">
|
|
|
|
|
<el-form-item label="是否检查过期" prop="prefix">
|
|
|
|
|
<el-select v-model="inputQuery.checkExpire"
|
|
|
|
|
style="width: 90%" placeholder="" clearable>
|
|
|
|
|
<el-option label="是" :value="true"></el-option>
|
|
|
|
|
<el-option label="否" :value="false"></el-option>
|
|
|
|
|
<el-form-item label="资质过期处理方式" prop="prefix">
|
|
|
|
|
<el-select v-model="inputQuery.checkCertExpire"
|
|
|
|
|
style="width: 90%" placeholder="" >
|
|
|
|
|
<el-option label="不处理" :value=0></el-option>
|
|
|
|
|
<el-option label="弹框提醒" :value=1></el-option>
|
|
|
|
|
<el-option label="禁止录入" :value=2></el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
<el-row type="flex">
|
|
|
|
|
<el-col :span="11">
|
|
|
|
|
<el-form-item label="是否检查资质过期" prop="prefix">
|
|
|
|
|
<el-select v-model="inputQuery.checkCertExpire"
|
|
|
|
|
style="width: 90%" placeholder="" clearable>
|
|
|
|
|
<el-option label="是" :value="true"></el-option>
|
|
|
|
|
<el-option label="否" :value="false"></el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="11">
|
|
|
|
|
<el-form-item label="单据前缀" prop="prefix">
|
|
|
|
|
<el-input
|
|
|
|
@ -178,13 +181,18 @@
|
|
|
|
|
</el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="11">
|
|
|
|
|
<el-form-item label="排序" prop="sortNum">
|
|
|
|
|
<el-input v-model="inputQuery.sortNum" type="number" size="small" style="width: 90%">
|
|
|
|
|
</el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
<el-row type="flex">
|
|
|
|
|
|
|
|
|
|
<el-col :span="11">
|
|
|
|
|
<el-form-item label="禁用单据类型" prop="prefix">
|
|
|
|
|
<el-select v-model="inputQuery.enable" style="width: 90%" placeholder="状态" clearable>
|
|
|
|
|
<el-select v-model="inputQuery.enable" style="width: 90%" placeholder="状态" >
|
|
|
|
|
<el-option label="否" :value="true"></el-option>
|
|
|
|
|
<el-option label="是" :value="false"></el-option>
|
|
|
|
|
</el-select>
|
|
|
|
@ -204,7 +212,8 @@
|
|
|
|
|
|
|
|
|
|
<div style="margin-left: 25px">
|
|
|
|
|
<el-collapse>
|
|
|
|
|
<el-collapse-item title="供应商送货设置" v-if="inputQuery.corpType==2 && inputQuery.mainAction!= 'WareHouseOut'">
|
|
|
|
|
<el-collapse-item title="供应商送货设置"
|
|
|
|
|
v-if="inputQuery.corpType==2 && inputQuery.mainAction!= 'WareHouseOut'">
|
|
|
|
|
|
|
|
|
|
<div style="width: 100%;margin-top: 15px">
|
|
|
|
|
<el-row>
|
|
|
|
@ -230,7 +239,7 @@
|
|
|
|
|
<el-col span="5">
|
|
|
|
|
<el-select v-model="inputQuery.codeFillCheck" style="width: 65%"
|
|
|
|
|
:disabled="inputQuery.corpType!=2 || inputQuery.mainAction!= 'WareHouseIn'"
|
|
|
|
|
placeholder="是否启用" clearable>
|
|
|
|
|
placeholder="是否启用" >
|
|
|
|
|
<el-option label="启用" :value="true"></el-option>
|
|
|
|
|
<el-option label="不启用" :value="false"></el-option>
|
|
|
|
|
</el-select>
|
|
|
|
@ -247,7 +256,7 @@
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-divider direction="vertical"></el-divider>
|
|
|
|
|
<el-col span="5">
|
|
|
|
|
<el-select v-model="inputQuery.fillCodeRel" style="width: 65%" placeholder="是否启用" clearable
|
|
|
|
|
<el-select v-model="inputQuery.fillCodeRel" style="width: 65%" placeholder="是否启用"
|
|
|
|
|
:disabled="inputQuery.corpType!=2 || inputQuery.mainAction!= 'WareHouseIn'"
|
|
|
|
|
>
|
|
|
|
|
<el-option label="是" :value="true"></el-option>
|
|
|
|
@ -266,7 +275,7 @@
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-divider direction="vertical"></el-divider>
|
|
|
|
|
<el-col span="5">
|
|
|
|
|
<el-select v-model="inputQuery.vailDispatch" style="width: 65%" placeholder="是否启用" clearable
|
|
|
|
|
<el-select v-model="inputQuery.vailDispatch" style="width: 65%" placeholder="是否启用"
|
|
|
|
|
:disabled="inputQuery.corpType!=2 || inputQuery.mainAction!= 'WareHouseIn'"
|
|
|
|
|
>
|
|
|
|
|
<el-option label="启用" :value="true"></el-option>
|
|
|
|
@ -286,7 +295,7 @@
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-divider direction="vertical"></el-divider>
|
|
|
|
|
<el-col span="5">
|
|
|
|
|
<el-select v-model="inputQuery.vailGroupBuy" style="width: 65%" placeholder="是否启用" clearable>
|
|
|
|
|
<el-select v-model="inputQuery.vailGroupBuy" style="width: 65%" placeholder="是否启用" >
|
|
|
|
|
<el-option label="无需校验" :value=0></el-option>
|
|
|
|
|
<el-option label="只采集集采产品" :value=1></el-option>
|
|
|
|
|
<el-option label="只采集非集采产品" :value=2></el-option>
|
|
|
|
@ -300,7 +309,7 @@
|
|
|
|
|
<el-divider></el-divider>
|
|
|
|
|
</el-collapse-item>
|
|
|
|
|
|
|
|
|
|
<el-collapse-item title="医院使用出库设置" v-if="inputQuery.mainAction!='WareHouseIn'">
|
|
|
|
|
<el-collapse-item title="出库单据设置" v-if="inputQuery.mainAction!='WareHouseIn'">
|
|
|
|
|
<div style="width: 100%;margin-top: 15px">
|
|
|
|
|
<el-row>
|
|
|
|
|
<el-col span="5">
|
|
|
|
@ -325,8 +334,8 @@
|
|
|
|
|
<el-divider direction="vertical"></el-divider>
|
|
|
|
|
<el-col span="5">
|
|
|
|
|
<el-select v-model="inputQuery.scanPreIn" style="width: 65%"
|
|
|
|
|
:disabled="inputQuery.corpType!=1 || inputQuery.mainAction== 'WareHouseIn'"
|
|
|
|
|
placeholder="是否启用" clearable>
|
|
|
|
|
:disabled=" inputQuery.mainAction == 'WareHouseIn' || inputQuery.corpType !== 1 || inputQuery.advancePreIn==1 || inputQuery.vailInv==1"
|
|
|
|
|
placeholder="是否启用" >
|
|
|
|
|
<el-option label="是" :value="true"></el-option>
|
|
|
|
|
<el-option label="否" :value="false"></el-option>
|
|
|
|
|
</el-select>
|
|
|
|
@ -338,6 +347,26 @@
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-divider></el-divider>
|
|
|
|
|
|
|
|
|
|
<el-row>
|
|
|
|
|
<el-col span="5">
|
|
|
|
|
<span class="sptext">寄售使用禁止无库存出库</span>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-divider direction="vertical"></el-divider>
|
|
|
|
|
<el-col span="5">
|
|
|
|
|
<el-select v-model="inputQuery.advancePreIn" style="width: 65%"
|
|
|
|
|
:disabled=" inputQuery.mainAction == 'WareHouseIn' || inputQuery.corpType !== 1 || inputQuery.scanPreIn==1 || inputQuery.vailInv==1"
|
|
|
|
|
placeholder="是否启用" >
|
|
|
|
|
<el-option label="是" :value="true"></el-option>
|
|
|
|
|
<el-option label="否" :value="false"></el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-divider direction="vertical"></el-divider>
|
|
|
|
|
<el-col span="13">
|
|
|
|
|
<span class="sptext">寄售使用禁止无库存出库</span>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-divider></el-divider>
|
|
|
|
|
|
|
|
|
|
<el-row>
|
|
|
|
|
<el-col span="5">
|
|
|
|
|
<span class="sptext">是否只允许有库存产品出库</span>
|
|
|
|
@ -345,8 +374,8 @@
|
|
|
|
|
<el-divider direction="vertical"></el-divider>
|
|
|
|
|
<el-col span="5">
|
|
|
|
|
<el-select v-model="inputQuery.vailInv" style="width: 65%"
|
|
|
|
|
:disabled="inputQuery.corpType!=1 || inputQuery.mainAction!= 'WareHouseOut'"
|
|
|
|
|
placeholder="是否启用" clearable
|
|
|
|
|
:disabled=" inputQuery.mainAction!= 'WareHouseOut' || inputQuery.advancePreIn==1 || inputQuery.scanPreIn==1"
|
|
|
|
|
placeholder="是否启用"
|
|
|
|
|
>
|
|
|
|
|
<el-option label="启用" :value="true"></el-option>
|
|
|
|
|
<el-option label="不启用" :value="false"></el-option>
|
|
|
|
@ -366,8 +395,8 @@
|
|
|
|
|
<el-divider direction="vertical"></el-divider>
|
|
|
|
|
<el-col span="5">
|
|
|
|
|
<el-select v-model="inputQuery.useDyCount" style="width: 65%"
|
|
|
|
|
:disabled="inputQuery.corpType!=1 || inputQuery.mainAction!= 'WareHouseOut'"
|
|
|
|
|
placeholder="是否启用" clearable
|
|
|
|
|
:disabled=" inputQuery.mainAction!= 'WareHouseOut' || inputQuery.corpType != 1"
|
|
|
|
|
placeholder="是否启用"
|
|
|
|
|
>
|
|
|
|
|
<el-option label="是" :value="true"></el-option>
|
|
|
|
|
<el-option label="否" :value="false"></el-option>
|
|
|
|
@ -380,6 +409,69 @@
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-divider></el-divider>
|
|
|
|
|
|
|
|
|
|
<el-row>
|
|
|
|
|
<el-col span="5">
|
|
|
|
|
<span class="sptext">预验收剩余库存自动退库</span>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-divider direction="vertical"></el-divider>
|
|
|
|
|
<el-col span="5">
|
|
|
|
|
<el-select v-model="inputQuery.preInBack"
|
|
|
|
|
:disabled="inputQuery.scanPreIn ==false " @change="getPreInBack"
|
|
|
|
|
style="width: 65%"
|
|
|
|
|
placeholder="是否退回"
|
|
|
|
|
>
|
|
|
|
|
<el-option label="是" :value="true"></el-option>
|
|
|
|
|
<el-option label="否" :value="false"></el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-divider direction="vertical"></el-divider>
|
|
|
|
|
<el-col span="13">
|
|
|
|
|
<span class="sptext">预验收剩余库存自动退库</span>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-divider></el-divider>
|
|
|
|
|
<el-row v-if="inputQuery.preInBack==true">
|
|
|
|
|
<el-col span="5">
|
|
|
|
|
<span class="sptext">预验收剩余库存退库方式</span>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-divider direction="vertical"></el-divider>
|
|
|
|
|
<el-col span="5">
|
|
|
|
|
<el-select v-model="inputQuery.backPreinType" style="width: 65%" >
|
|
|
|
|
<el-option label="按单使用和退库" :value="1"></el-option>
|
|
|
|
|
<el-option label="按货位(仓库)使用和退库" :value="2"></el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-divider direction="vertical"></el-divider>
|
|
|
|
|
<el-col span="13">
|
|
|
|
|
<span class="sptext">预验收剩余库存退库方式</span>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
<el-divider></el-divider>
|
|
|
|
|
<el-row v-if="inputQuery.preInBack==true ">
|
|
|
|
|
<el-col span="5">
|
|
|
|
|
<span class="sptext">预验收退库单据类型</span>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-divider direction="vertical"></el-divider>
|
|
|
|
|
<el-col span="5">
|
|
|
|
|
<el-select v-model="inputQuery.preInBackAction" style="width: 65%" >
|
|
|
|
|
<el-option
|
|
|
|
|
v-for="item in preInBackList"
|
|
|
|
|
:key="item.name"
|
|
|
|
|
:label="item.name"
|
|
|
|
|
:value="item.action"
|
|
|
|
|
>
|
|
|
|
|
<span style="float: left">{{ item.name }}</span>
|
|
|
|
|
</el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-divider direction="vertical"></el-divider>
|
|
|
|
|
<el-col span="13">
|
|
|
|
|
<span class="sptext">预验收退库单据类型</span>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</el-collapse-item>
|
|
|
|
|
|
|
|
|
|
<el-collapse-item title="是否校验业务单设置">
|
|
|
|
@ -435,7 +527,7 @@
|
|
|
|
|
<el-divider direction="vertical"></el-divider>
|
|
|
|
|
<el-col span="5">
|
|
|
|
|
<el-select v-model="inputQuery.checkWebNew" style="width: 65%" :disabled="!inputQuery.checkEnable"
|
|
|
|
|
placeholder="是否启用" clearable
|
|
|
|
|
placeholder="是否启用"
|
|
|
|
|
>
|
|
|
|
|
<el-option label="启用" :value="true"></el-option>
|
|
|
|
|
<el-option label="不启用" :value="false"></el-option>
|
|
|
|
@ -455,7 +547,7 @@
|
|
|
|
|
<el-divider direction="vertical"></el-divider>
|
|
|
|
|
<el-col span="5">
|
|
|
|
|
<el-select v-model="inputQuery.checkPdaUn" style="width: 65%" :disabled="!inputQuery.checkEnable"
|
|
|
|
|
placeholder="是否启用" clearable
|
|
|
|
|
placeholder="是否启用"
|
|
|
|
|
>
|
|
|
|
|
<el-option label="启用" :value="true"></el-option>
|
|
|
|
|
<el-option label="不启用" :value="false"></el-option>
|
|
|
|
@ -475,7 +567,7 @@
|
|
|
|
|
<el-divider direction="vertical"></el-divider>
|
|
|
|
|
<el-col span="5">
|
|
|
|
|
<el-select v-model="inputQuery.checkPdaEd" style="width: 65%" :disabled="!inputQuery.checkEnable"
|
|
|
|
|
placeholder="是否启用" clearable
|
|
|
|
|
placeholder="是否启用"
|
|
|
|
|
>
|
|
|
|
|
<el-option label="启用" :value="true"></el-option>
|
|
|
|
|
<el-option label="不启用" :value="false"></el-option>
|
|
|
|
@ -495,7 +587,7 @@
|
|
|
|
|
<el-divider direction="vertical"></el-divider>
|
|
|
|
|
<el-col span="5">
|
|
|
|
|
<el-select v-model="inputQuery.checkUdims" style="width: 65%" :disabled="!inputQuery.checkEnable"
|
|
|
|
|
placeholder="是否启用" clearable
|
|
|
|
|
placeholder="是否启用"
|
|
|
|
|
>
|
|
|
|
|
<el-option label="启用" :value="true"></el-option>
|
|
|
|
|
<el-option label="不启用" :value="false"></el-option>
|
|
|
|
@ -515,7 +607,7 @@
|
|
|
|
|
<el-divider direction="vertical"></el-divider>
|
|
|
|
|
<el-col span="5">
|
|
|
|
|
<el-select v-model="inputQuery.checkPc" style="width: 65%" :disabled="!inputQuery.checkEnable"
|
|
|
|
|
placeholder="是否启用" clearable
|
|
|
|
|
placeholder="是否启用"
|
|
|
|
|
>
|
|
|
|
|
<el-option label="启用" :value="true"></el-option>
|
|
|
|
|
<el-option label="不启用" :value="false"></el-option>
|
|
|
|
@ -535,7 +627,7 @@
|
|
|
|
|
<el-divider direction="vertical"></el-divider>
|
|
|
|
|
<el-col span="5">
|
|
|
|
|
<el-select v-model="inputQuery.checkSp" style="width: 65%" :disabled="!inputQuery.checkEnable"
|
|
|
|
|
placeholder="是否启用" clearable
|
|
|
|
|
placeholder="是否启用"
|
|
|
|
|
>
|
|
|
|
|
<el-option label="启用" :value="true"></el-option>
|
|
|
|
|
<el-option label="不启用" :value="false"></el-option>
|
|
|
|
@ -554,7 +646,7 @@
|
|
|
|
|
<el-divider direction="vertical"></el-divider>
|
|
|
|
|
<el-col span="5">
|
|
|
|
|
<el-select v-model="inputQuery.checkChange" style="width: 65%" :disabled="!inputQuery.checkEnable"
|
|
|
|
|
placeholder="是否启用" clearable
|
|
|
|
|
placeholder="是否启用"
|
|
|
|
|
>
|
|
|
|
|
<el-option label="启用" :value="true"></el-option>
|
|
|
|
|
<el-option label="不启用" :value="false"></el-option>
|
|
|
|
@ -574,7 +666,7 @@
|
|
|
|
|
<el-divider direction="vertical"></el-divider>
|
|
|
|
|
<el-col span="5">
|
|
|
|
|
<el-select v-model="inputQuery.checkBalance" :disabled="!inputQuery.checkEnable" style="width: 65%"
|
|
|
|
|
placeholder="是否启用" clearable
|
|
|
|
|
placeholder="是否启用"
|
|
|
|
|
>
|
|
|
|
|
<el-option label="启用" :value="true"></el-option>
|
|
|
|
|
<el-option label="不启用" :value="false"></el-option>
|
|
|
|
@ -593,7 +685,7 @@
|
|
|
|
|
<el-divider direction="vertical"></el-divider>
|
|
|
|
|
<el-col span="5">
|
|
|
|
|
<el-select v-model="inputQuery.checkCopy" style="width: 65%" :disabled="!inputQuery.checkEnable"
|
|
|
|
|
placeholder="是否启用" clearable
|
|
|
|
|
placeholder="是否启用"
|
|
|
|
|
>
|
|
|
|
|
<el-option label="启用" :value="true"></el-option>
|
|
|
|
|
<el-option label="不启用" :value="false"></el-option>
|
|
|
|
@ -640,7 +732,7 @@
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-divider direction="vertical"></el-divider>
|
|
|
|
|
<el-col span="5">
|
|
|
|
|
<el-select v-model="inputQuery.thrCheckWebNew" style="width: 65%" placeholder="是否启用" clearable
|
|
|
|
|
<el-select v-model="inputQuery.thrCheckWebNew" style="width: 65%" placeholder="是否启用"
|
|
|
|
|
:disabled="!inputQuery.thrCheckEnable"
|
|
|
|
|
>
|
|
|
|
|
<el-option label="启用" :value="true"></el-option>
|
|
|
|
@ -660,7 +752,7 @@
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-divider direction="vertical"></el-divider>
|
|
|
|
|
<el-col span="5">
|
|
|
|
|
<el-select v-model="inputQuery.thrCheckPdaUn" style="width: 65%" placeholder="是否启用" clearable
|
|
|
|
|
<el-select v-model="inputQuery.thrCheckPdaUn" style="width: 65%" placeholder="是否启用"
|
|
|
|
|
:disabled="!inputQuery.thrCheckEnable"
|
|
|
|
|
>
|
|
|
|
|
<el-option label="启用" :value="true"></el-option>
|
|
|
|
@ -680,7 +772,7 @@
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-divider direction="vertical"></el-divider>
|
|
|
|
|
<el-col span="5">
|
|
|
|
|
<el-select v-model="inputQuery.thrCheckPdaEd" style="width: 65%" placeholder="是否启用" clearable
|
|
|
|
|
<el-select v-model="inputQuery.thrCheckPdaEd" style="width: 65%" placeholder="是否启用"
|
|
|
|
|
:disabled="!inputQuery.thrCheckEnable"
|
|
|
|
|
>
|
|
|
|
|
<el-option label="启用" :value="true"></el-option>
|
|
|
|
@ -700,7 +792,7 @@
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-divider direction="vertical"></el-divider>
|
|
|
|
|
<el-col span="5">
|
|
|
|
|
<el-select v-model="inputQuery.thrCheckUdims" style="width: 65%" placeholder="是否启用" clearable
|
|
|
|
|
<el-select v-model="inputQuery.thrCheckUdims" style="width: 65%" placeholder="是否启用"
|
|
|
|
|
:disabled="!inputQuery.thrCheckEnable"
|
|
|
|
|
>
|
|
|
|
|
<el-option label="启用" :value="true"></el-option>
|
|
|
|
@ -720,7 +812,7 @@
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-divider direction="vertical"></el-divider>
|
|
|
|
|
<el-col span="5">
|
|
|
|
|
<el-select v-model="inputQuery.thrCheckPc" style="width: 65%" placeholder="是否启用" clearable
|
|
|
|
|
<el-select v-model="inputQuery.thrCheckPc" style="width: 65%" placeholder="是否启用"
|
|
|
|
|
:disabled="!inputQuery.thrCheckEnable"
|
|
|
|
|
>
|
|
|
|
|
<el-option label="启用" :value="true"></el-option>
|
|
|
|
@ -740,7 +832,7 @@
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-divider direction="vertical"></el-divider>
|
|
|
|
|
<el-col span="5">
|
|
|
|
|
<el-select v-model="inputQuery.thrCheckSp" style="width: 65%" placeholder="是否启用" clearable
|
|
|
|
|
<el-select v-model="inputQuery.thrCheckSp" style="width: 65%" placeholder="是否启用"
|
|
|
|
|
:disabled="!inputQuery.thrCheckEnable"
|
|
|
|
|
>
|
|
|
|
|
<el-option label="启用" :value="true"></el-option>
|
|
|
|
@ -760,7 +852,7 @@
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-divider direction="vertical"></el-divider>
|
|
|
|
|
<el-col span="5">
|
|
|
|
|
<el-select v-model="inputQuery.thrCheckChange" style="width: 65%" placeholder="是否启用" clearable
|
|
|
|
|
<el-select v-model="inputQuery.thrCheckChange" style="width: 65%" placeholder="是否启用"
|
|
|
|
|
:disabled="!inputQuery.thrCheckEnable"
|
|
|
|
|
>
|
|
|
|
|
<el-option label="启用" :value="true"></el-option>
|
|
|
|
@ -780,7 +872,7 @@
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-divider direction="vertical"></el-divider>
|
|
|
|
|
<el-col span="5">
|
|
|
|
|
<el-select v-model="inputQuery.thrCheckBalance" style="width: 65%" placeholder="是否启用" clearable
|
|
|
|
|
<el-select v-model="inputQuery.thrCheckBalance" style="width: 65%" placeholder="是否启用"
|
|
|
|
|
:disabled="!inputQuery.thrCheckEnable"
|
|
|
|
|
>
|
|
|
|
|
<el-option label="启用" :value="true"></el-option>
|
|
|
|
@ -800,7 +892,7 @@
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-divider direction="vertical"></el-divider>
|
|
|
|
|
<el-col span="5">
|
|
|
|
|
<el-select v-model="inputQuery.thrCheckCopy" style="width: 65%" placeholder="是否启用" clearable
|
|
|
|
|
<el-select v-model="inputQuery.thrCheckCopy" style="width: 65%" placeholder="是否启用"
|
|
|
|
|
:disabled="!inputQuery.thrCheckEnable"
|
|
|
|
|
>
|
|
|
|
|
<el-option label="启用" :value="true"></el-option>
|
|
|
|
@ -849,7 +941,7 @@
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-divider direction="vertical"></el-divider>
|
|
|
|
|
<el-col span="5">
|
|
|
|
|
<el-select v-model="inputQuery.secCheckWebNew" style="width: 65%" placeholder="是否启用" clearable
|
|
|
|
|
<el-select v-model="inputQuery.secCheckWebNew" style="width: 65%" placeholder="是否启用"
|
|
|
|
|
:disabled="!inputQuery.secCheckEnable"
|
|
|
|
|
>
|
|
|
|
|
<el-option label="启用" :value="true"></el-option>
|
|
|
|
@ -869,7 +961,7 @@
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-divider direction="vertical"></el-divider>
|
|
|
|
|
<el-col span="5">
|
|
|
|
|
<el-select v-model="inputQuery.secCheckPdaUn" style="width: 65%" placeholder="是否启用" clearable
|
|
|
|
|
<el-select v-model="inputQuery.secCheckPdaUn" style="width: 65%" placeholder="是否启用"
|
|
|
|
|
:disabled="!inputQuery.secCheckEnable"
|
|
|
|
|
>
|
|
|
|
|
<el-option label="启用" :value="true"></el-option>
|
|
|
|
@ -889,7 +981,7 @@
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-divider direction="vertical"></el-divider>
|
|
|
|
|
<el-col span="5">
|
|
|
|
|
<el-select v-model="inputQuery.secCheckPdaEd" style="width: 65%" placeholder="是否启用" clearable
|
|
|
|
|
<el-select v-model="inputQuery.secCheckPdaEd" style="width: 65%" placeholder="是否启用"
|
|
|
|
|
:disabled="!inputQuery.secCheckEnable"
|
|
|
|
|
>
|
|
|
|
|
<el-option label="启用" :value="true"></el-option>
|
|
|
|
@ -909,7 +1001,7 @@
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-divider direction="vertical"></el-divider>
|
|
|
|
|
<el-col span="5">
|
|
|
|
|
<el-select v-model="inputQuery.secCheckUdims" style="width: 65%" placeholder="是否启用" clearable
|
|
|
|
|
<el-select v-model="inputQuery.secCheckUdims" style="width: 65%" placeholder="是否启用"
|
|
|
|
|
:disabled="!inputQuery.secCheckEnable"
|
|
|
|
|
>
|
|
|
|
|
<el-option label="启用" :value="true"></el-option>
|
|
|
|
@ -929,7 +1021,7 @@
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-divider direction="vertical"></el-divider>
|
|
|
|
|
<el-col span="5">
|
|
|
|
|
<el-select v-model="inputQuery.secCheckPc" style="width: 65%" placeholder="是否启用" clearable
|
|
|
|
|
<el-select v-model="inputQuery.secCheckPc" style="width: 65%" placeholder="是否启用"
|
|
|
|
|
:disabled="!inputQuery.secCheckEnable"
|
|
|
|
|
>
|
|
|
|
|
<el-option label="启用" :value="true"></el-option>
|
|
|
|
@ -949,7 +1041,7 @@
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-divider direction="vertical"></el-divider>
|
|
|
|
|
<el-col span="5">
|
|
|
|
|
<el-select v-model="inputQuery.secCheckSp" style="width: 65%" placeholder="是否启用" clearable
|
|
|
|
|
<el-select v-model="inputQuery.secCheckSp" style="width: 65%" placeholder="是否启用"
|
|
|
|
|
:disabled="!inputQuery.secCheckEnable"
|
|
|
|
|
>
|
|
|
|
|
<el-option label="启用" :value="true"></el-option>
|
|
|
|
@ -969,7 +1061,7 @@
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-divider direction="vertical"></el-divider>
|
|
|
|
|
<el-col span="5">
|
|
|
|
|
<el-select v-model="inputQuery.secCheckChange" style="width: 65%" placeholder="是否启用" clearable
|
|
|
|
|
<el-select v-model="inputQuery.secCheckChange" style="width: 65%" placeholder="是否启用"
|
|
|
|
|
:disabled="!inputQuery.secCheckEnable"
|
|
|
|
|
>
|
|
|
|
|
<el-option label="启用" :value="true"></el-option>
|
|
|
|
@ -989,7 +1081,7 @@
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-divider direction="vertical"></el-divider>
|
|
|
|
|
<el-col span="5">
|
|
|
|
|
<el-select v-model="inputQuery.secCheckBalance" style="width: 65%" placeholder="是否启用" clearable
|
|
|
|
|
<el-select v-model="inputQuery.secCheckBalance" style="width: 65%" placeholder="是否启用"
|
|
|
|
|
:disabled="!inputQuery.secCheckEnable"
|
|
|
|
|
>
|
|
|
|
|
<el-option label="启用" :value="true"></el-option>
|
|
|
|
@ -1009,7 +1101,7 @@
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-divider direction="vertical"></el-divider>
|
|
|
|
|
<el-col span="5">
|
|
|
|
|
<el-select v-model="inputQuery.secCheckCopy" style="width: 65%" placeholder="是否启用" clearable
|
|
|
|
|
<el-select v-model="inputQuery.secCheckCopy" style="width: 65%" placeholder="是否启用"
|
|
|
|
|
:disabled="!inputQuery.secCheckEnable"
|
|
|
|
|
>
|
|
|
|
|
<el-option label="启用" :value="true"></el-option>
|
|
|
|
@ -1033,7 +1125,7 @@
|
|
|
|
|
import {candidateBusType} from '@/api/basic/busType'
|
|
|
|
|
import busTypeAdvancedSettings from '@/views/basic/busType/busTypeAdvancedSettings.vue'
|
|
|
|
|
import {isBlank} from '@/utils/strUtil'
|
|
|
|
|
import {getOriginBusType} from '@/api/basic/busOriginType'
|
|
|
|
|
import {getOriginBusType,selectList} from '@/api/basic/busOriginType'
|
|
|
|
|
import {getBasicUnitMaintains2} from '@/api/basic/basicUnitMaintain'
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
@ -1080,6 +1172,7 @@ export default {
|
|
|
|
|
isBuType: true,
|
|
|
|
|
isFilterBind: true
|
|
|
|
|
},
|
|
|
|
|
preInBackList: [],
|
|
|
|
|
orderTypeList: [],
|
|
|
|
|
fromSpecialOptions: [],
|
|
|
|
|
originTypes: [],
|
|
|
|
@ -1133,6 +1226,7 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
corpTypeChange(type) {
|
|
|
|
|
debugger
|
|
|
|
|
if (type != 2) {
|
|
|
|
|
this.inputQuery.genUnit = false
|
|
|
|
|
}
|
|
|
|
@ -1155,12 +1249,30 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (this.inputQuery.corpType != 2) { //往来类型非供应商时,采购方式未无
|
|
|
|
|
this.inputQuery.actionType = 0;
|
|
|
|
|
this.inputQuery.actionType = 1;
|
|
|
|
|
this.inputQuery.spUse = 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// if (this.inputQuery.corpType == 3) {//往来类型为内部科室
|
|
|
|
|
// this.inputQuery.inStock = null;
|
|
|
|
|
//
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
selectBussinessList(){
|
|
|
|
|
selectList().then((res) => {
|
|
|
|
|
this.preInBackList=res.data;
|
|
|
|
|
})
|
|
|
|
|
},
|
|
|
|
|
getPreInBack(){
|
|
|
|
|
if(this.inputQuery.preInBack==false){
|
|
|
|
|
this.inputQuery.preInBackAction=null;
|
|
|
|
|
this.inputQuery.backPreinType='';
|
|
|
|
|
}else{
|
|
|
|
|
this.inputQuery.backPreinType=1;
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
//获取单据类型
|
|
|
|
|
getOrderType() {
|
|
|
|
|
this.orderTypeList = []
|
|
|
|
@ -1169,13 +1281,25 @@ export default {
|
|
|
|
|
curAction: this.inputQuery.supplementOrderType
|
|
|
|
|
}
|
|
|
|
|
candidateBusType(query).then((response) => {
|
|
|
|
|
this.orderTypeList = response.data || []
|
|
|
|
|
let data = response.data || []
|
|
|
|
|
if (data != null && data.length > 0) {
|
|
|
|
|
for (var i = 0; i < data.length; i++) {
|
|
|
|
|
if (data[i].action != this.inputQuery.action) {
|
|
|
|
|
this.orderTypeList.push(data[i]);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}).catch(() => {
|
|
|
|
|
|
|
|
|
|
})
|
|
|
|
|
// if (this.inputQuery.mainAction != 'WareHouseIn') {
|
|
|
|
|
// this.inputQuery.actionType = null
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
if (this.inputQuery.mainAction != 'WareHouseIn') {
|
|
|
|
|
this.inputQuery.actionType = null
|
|
|
|
|
// 联动修改允许手动输入客户信息值
|
|
|
|
|
if (this.inputQuery.corpType != 1 || this.inputQuery.mainAction != "WarehouseOut") {
|
|
|
|
|
this.inputQuery.genUnit = false;
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
@ -1229,7 +1353,14 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
this.getList()
|
|
|
|
|
this.findSpecialMethod()
|
|
|
|
|
this.selectBussinessList()
|
|
|
|
|
this.oldData = Object.assign({}, this.inputQuery)
|
|
|
|
|
debugger
|
|
|
|
|
if(this.inputQuery.id==null || this.inputQuery.id==''){
|
|
|
|
|
this.inputQuery.codeFillCheck=false;
|
|
|
|
|
this.inputQuery.preInBack=false;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|