|
|
|
@ -1,15 +1,15 @@
|
|
|
|
|
<template>
|
|
|
|
|
<div>
|
|
|
|
|
<el-form :model="inputQuery" :rules="formRules" ref="dataForm" label-width="180px">
|
|
|
|
|
<el-form :model="inputQuery" :rules="formRules" ref="dataForm" label-width="120px" border>
|
|
|
|
|
<el-row type="flex">
|
|
|
|
|
<el-col :span="11" type="flex">
|
|
|
|
|
<el-col :span="11">
|
|
|
|
|
<el-form-item label="扫码单据类型" prop="name">
|
|
|
|
|
<el-input v-model="inputQuery.name" size="small" style="width: 90%"></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="11" class="el-col">
|
|
|
|
|
<el-col :span="11">
|
|
|
|
|
<el-form-item label="单据类型代码" prop="action">
|
|
|
|
|
<el-input v-model="inputQuery.action" size="small"
|
|
|
|
|
<el-input v-model="inputQuery.action" :disabled="true" size="small"
|
|
|
|
|
style="width: 90%"></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
@ -28,9 +28,13 @@
|
|
|
|
|
</el-select>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="11" class="el-col">
|
|
|
|
|
<el-col :span="11">
|
|
|
|
|
<el-form-item label="往来信息类型" prop="corpType">
|
|
|
|
|
<el-select v-model="inputQuery.corpType" placeholder="往来信息" @change="corpTypeChange">
|
|
|
|
|
<el-select v-model="inputQuery.corpType"
|
|
|
|
|
size="small"
|
|
|
|
|
style="width: 90%"
|
|
|
|
|
placeholder="往来信息"
|
|
|
|
|
@change="corpTypeChange">
|
|
|
|
|
<el-option
|
|
|
|
|
v-for="item in options"
|
|
|
|
|
:key="item.value"
|
|
|
|
@ -43,9 +47,11 @@
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
<el-row type="flex">
|
|
|
|
|
<el-col :span="11" type="flex">
|
|
|
|
|
<el-col :span="11">
|
|
|
|
|
<el-form-item label="内部进出平衡补单" prop="supplementOrderType">
|
|
|
|
|
<el-select :disabled="inputQuery.corpType !=1"
|
|
|
|
|
size="small"
|
|
|
|
|
style="width: 90%"
|
|
|
|
|
v-model="inputQuery.supplementOrderType"
|
|
|
|
|
clearable
|
|
|
|
|
placeholder="单据类型">
|
|
|
|
@ -59,12 +65,14 @@
|
|
|
|
|
</el-select>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="11" class="el-col">
|
|
|
|
|
<el-col :span="11">
|
|
|
|
|
<el-form-item label="特殊单据往来" prop="defaultUnit">
|
|
|
|
|
<el-select
|
|
|
|
|
v-model="inputQuery.defaultUnit"
|
|
|
|
|
filterable
|
|
|
|
|
remote
|
|
|
|
|
size="small"
|
|
|
|
|
style="width: 90%"
|
|
|
|
|
:disabled="inputQuery.corpType!=3"
|
|
|
|
|
clearable="true"
|
|
|
|
|
reserve-keyword
|
|
|
|
@ -84,16 +92,18 @@
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
<el-row type="flex">
|
|
|
|
|
<el-col :span="11" type="flex">
|
|
|
|
|
<el-col :span="11">
|
|
|
|
|
<el-form-item label="单据前缀" prop="prefix">
|
|
|
|
|
<el-input v-model="inputQuery.prefix" size="small" style="width: 90%"></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="11" class="el-col">
|
|
|
|
|
<el-form-item label="单据详情展示方式" prop="orderVisibleType">
|
|
|
|
|
<el-select v-model="inputQuery.orderVisibleType" style="margin-left: 5px"
|
|
|
|
|
<el-select v-model="inputQuery.orderVisibleType"
|
|
|
|
|
size="small"
|
|
|
|
|
style="width: 90%"
|
|
|
|
|
placeholder="单据详情展示方式"
|
|
|
|
|
size="mini">
|
|
|
|
|
>
|
|
|
|
|
<el-option label="批次号" :value=0></el-option>
|
|
|
|
|
<el-option label="条码清单" :value=1></el-option>
|
|
|
|
|
</el-select>
|
|
|
|
@ -111,186 +121,47 @@
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
<el-divider></el-divider>
|
|
|
|
|
<span>单据设置:</span>
|
|
|
|
|
<el-row type="flex">
|
|
|
|
|
<el-col :span="23" class="el-col">
|
|
|
|
|
<div class="text item" style="margin-top: 6px">
|
|
|
|
|
<el-checkbox v-model="inputQuery.enable" :disabled="inputQuery.localAction==null">启用单据类型</el-checkbox>
|
|
|
|
|
<el-checkbox v-model="inputQuery.genUnit" :disabled="inputQuery.corpType !=2">允许手动输入客户信息
|
|
|
|
|
</el-checkbox>
|
|
|
|
|
<el-checkbox v-model="inputQuery.useDyCount" :disabled="inputQuery.corpType !=2">允许科室多次使用出库
|
|
|
|
|
</el-checkbox>
|
|
|
|
|
<el-checkbox v-model="inputQuery.outTospms">手持终端提交单据至自助平台
|
|
|
|
|
</el-checkbox>
|
|
|
|
|
<el-checkbox v-model="inputQuery.entrutSpms">允许验收自助平台单据
|
|
|
|
|
</el-checkbox>
|
|
|
|
|
</div>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
<el-divider></el-divider>
|
|
|
|
|
<span>单据默认选项:</span>
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex">
|
|
|
|
|
<el-col :span="24" class="el-col">
|
|
|
|
|
<div class="text item" style="margin-top: 12px">
|
|
|
|
|
<el-checkbox v-model="inputQuery.ullageFill" :disabled="!inputQuery.changeEnable">单据默认自动补单
|
|
|
|
|
</el-checkbox>
|
|
|
|
|
<el-checkbox v-model="inputQuery.scanPreIn" :disabled="inputQuery.corpType!='2'">出库时必须校验预验收库存
|
|
|
|
|
</el-checkbox>
|
|
|
|
|
<el-checkbox v-model="inputQuery.vailInv" :disabled="inputQuery.mainAction!='WareHouseOut'">是否只允许有库存产品出库
|
|
|
|
|
</el-checkbox>
|
|
|
|
|
<el-checkbox v-model="inputQuery.codeFillCheck">采集UDI码时进行三期校验
|
|
|
|
|
</el-checkbox>
|
|
|
|
|
</div>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
<el-divider></el-divider>
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex">
|
|
|
|
|
<el-col :span="4" class="el-col">
|
|
|
|
|
<div class="text item">
|
|
|
|
|
<el-checkbox v-model="inputQuery.checkEnable">需要校验的单据来源类型(一次复核)</el-checkbox>
|
|
|
|
|
</div>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex" style="margin-left: 15px">
|
|
|
|
|
<el-col :span="4" class="el-col">
|
|
|
|
|
<div class="text item">
|
|
|
|
|
<el-checkbox v-model="inputQuery.checkWebNew" :disabled="!inputQuery.checkEnable">web端新增单据
|
|
|
|
|
</el-checkbox>
|
|
|
|
|
</div>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="4" class="el-col">
|
|
|
|
|
<div class="text item">
|
|
|
|
|
<el-checkbox v-model="inputQuery.checkPdaUn" :disabled="!inputQuery.checkEnable">手持终端未校验单据
|
|
|
|
|
</el-checkbox>
|
|
|
|
|
</div>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="4" class="el-col">
|
|
|
|
|
<div class="text item">
|
|
|
|
|
<el-checkbox v-model="inputQuery.checkPdaEd" :disabled="!inputQuery.checkEnable">手持终端已校验单据
|
|
|
|
|
</el-checkbox>
|
|
|
|
|
</div>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="4" class="el-col">
|
|
|
|
|
<div class="text item">
|
|
|
|
|
<el-checkbox v-model="inputQuery.checkUdims" :disabled="!inputQuery.checkEnable">UDIMS平台
|
|
|
|
|
</el-checkbox>
|
|
|
|
|
</div>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="4" class="el-col">
|
|
|
|
|
<div class="text item">
|
|
|
|
|
<el-checkbox v-model="inputQuery.checkPc" :disabled="!inputQuery.checkEnable">UDI扫码通</el-checkbox>
|
|
|
|
|
</div>
|
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex" style="margin-left: 15px">
|
|
|
|
|
<el-col :span="4" class="el-col">
|
|
|
|
|
<div class="text item">
|
|
|
|
|
<el-checkbox v-model="inputQuery.checkSp" :disabled="!inputQuery.checkEnable">自助平台同步</el-checkbox>
|
|
|
|
|
</div>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="4" class="el-col">
|
|
|
|
|
<div class="text item">
|
|
|
|
|
<el-checkbox v-model="inputQuery.checkChange" :disabled="!inputQuery.checkEnable">自动补单
|
|
|
|
|
</el-checkbox>
|
|
|
|
|
</div>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="4" class="el-col">
|
|
|
|
|
<div class="text item">
|
|
|
|
|
<el-checkbox v-model="inputQuery.checkBalacne" :disabled="!inputQuery.checkEnable">平衡补单
|
|
|
|
|
</el-checkbox>
|
|
|
|
|
</div>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="4" class="el-col">
|
|
|
|
|
<div class="text item">
|
|
|
|
|
<el-checkbox v-model="inputQuery.checkCopy" :disabled="!inputQuery.checkEnable">手动补单
|
|
|
|
|
</el-checkbox>
|
|
|
|
|
</div>
|
|
|
|
|
<el-col :span="23" type="flex">
|
|
|
|
|
<el-button type="text" size="large" style="margin-left: 10px;" @click="advancedSettings">高级设置</el-button>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
</el-form>
|
|
|
|
|
|
|
|
|
|
<el-divider></el-divider>
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex">
|
|
|
|
|
<el-col :span="4" class="el-col">
|
|
|
|
|
<div class="text item">
|
|
|
|
|
<el-checkbox v-model="inputQuery.secCheckEnable"
|
|
|
|
|
:disabled="twoCheck">需要单据复核的单据来源类型(二次复核)
|
|
|
|
|
</el-checkbox>
|
|
|
|
|
</div>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-dialog
|
|
|
|
|
title="单据类型高级设置"
|
|
|
|
|
:visible.sync="settingDialogVisible"
|
|
|
|
|
:close-on-click-modal="false"
|
|
|
|
|
:close-on-press-escape="false"
|
|
|
|
|
v-if="settingDialogVisible"
|
|
|
|
|
class="dialog-two"
|
|
|
|
|
width="60%"
|
|
|
|
|
top="5vh"
|
|
|
|
|
append-to-body
|
|
|
|
|
>
|
|
|
|
|
<busTypeAdvancedSettings :inputQuery="inputQuery"></busTypeAdvancedSettings>
|
|
|
|
|
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex" style="margin-left: 15px">
|
|
|
|
|
<el-col :span="4" class="el-col">
|
|
|
|
|
<div class="text item">
|
|
|
|
|
<el-checkbox v-model="inputQuery.secCheckWebNew" :disabled="!inputQuery.secCheckEnable">web端新增单据
|
|
|
|
|
</el-checkbox>
|
|
|
|
|
</div>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="4" class="el-col">
|
|
|
|
|
<div class="text item">
|
|
|
|
|
<el-checkbox v-model="inputQuery.secCheckPdaUn" :disabled="!inputQuery.secCheckEnable">手持终端未校验单据
|
|
|
|
|
</el-checkbox>
|
|
|
|
|
</div>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="4" class="el-col">
|
|
|
|
|
<div class="text item">
|
|
|
|
|
<el-checkbox v-model="inputQuery.secCheckPdaEd" :disabled="!inputQuery.secCheckEnable">手持终端已校验单据
|
|
|
|
|
</el-checkbox>
|
|
|
|
|
</div>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="4" class="el-col">
|
|
|
|
|
<div class="text item">
|
|
|
|
|
<el-checkbox v-model="inputQuery.secCheckUdims" :disabled="!inputQuery.secCheckEnable">UDIMS平台
|
|
|
|
|
</el-checkbox>
|
|
|
|
|
</div>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="4" class="el-col">
|
|
|
|
|
<div class="text item">
|
|
|
|
|
<el-checkbox v-model="inputQuery.secCheckPc" :disabled="!inputQuery.secCheckEnable">UDI扫码通
|
|
|
|
|
</el-checkbox>
|
|
|
|
|
</div>
|
|
|
|
|
</el-col>
|
|
|
|
|
<div slot="footer" class="dialog-footer">
|
|
|
|
|
<el-button type="primary" size="small" @click="saveSettings"
|
|
|
|
|
>提交
|
|
|
|
|
</el-button
|
|
|
|
|
>
|
|
|
|
|
<el-button size="small" @click="cancelDialog"
|
|
|
|
|
>取消
|
|
|
|
|
</el-button
|
|
|
|
|
>
|
|
|
|
|
</div>
|
|
|
|
|
</el-dialog>
|
|
|
|
|
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex" style="margin-left: 15px">
|
|
|
|
|
<el-col :span="4" class="el-col">
|
|
|
|
|
<div class="text item">
|
|
|
|
|
<el-checkbox v-model="inputQuery.secCheckSp" :disabled="!inputQuery.secCheckEnable">自助平台同步
|
|
|
|
|
</el-checkbox>
|
|
|
|
|
</div>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="4" class="el-col">
|
|
|
|
|
<div class="text item">
|
|
|
|
|
<el-checkbox v-model="inputQuery.secCheckChange" :disabled="!inputQuery.secCheckEnable">自动补单
|
|
|
|
|
</el-checkbox>
|
|
|
|
|
</div>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="4" class="el-col">
|
|
|
|
|
<div class="text item">
|
|
|
|
|
<el-checkbox v-model="inputQuery.secCheckBalacne" :disabled="!inputQuery.secCheckEnable">平衡补单
|
|
|
|
|
</el-checkbox>
|
|
|
|
|
</div>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="4" class="el-col">
|
|
|
|
|
<div class="text item">
|
|
|
|
|
<el-checkbox v-model="inputQuery.secCheckCopy" :disabled="!inputQuery.secCheckEnable">手动补单
|
|
|
|
|
</el-checkbox>
|
|
|
|
|
</div>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-divider></el-divider>
|
|
|
|
|
</el-form>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
|
|
|
|
|
import {getCandidateBussinessType} from "@/api/basic/bussinessType";
|
|
|
|
|
import {candidateBusType} from "@/api/basic/busType";
|
|
|
|
|
import busTypeAdvancedSettings from "@/views/basic/busType/busTypeAdvancedSettings.vue";
|
|
|
|
|
import {isBlank} from "@/utils/strUtil";
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
|
name: "BussinessTypeModify",
|
|
|
|
@ -299,6 +170,10 @@ export default {
|
|
|
|
|
type: Object,
|
|
|
|
|
required: true,
|
|
|
|
|
},
|
|
|
|
|
modifySubmit: {
|
|
|
|
|
type: Function,
|
|
|
|
|
required: true,
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
data() {
|
|
|
|
@ -318,21 +193,21 @@ export default {
|
|
|
|
|
originTypes: [],
|
|
|
|
|
value: "",
|
|
|
|
|
options: [{
|
|
|
|
|
value: '0',
|
|
|
|
|
value: 0,
|
|
|
|
|
label: '供应商信息'
|
|
|
|
|
}, {
|
|
|
|
|
value: '1',
|
|
|
|
|
value: 1,
|
|
|
|
|
label: '仓库信息'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
value: '2',
|
|
|
|
|
value: 2,
|
|
|
|
|
label: '客户信息'
|
|
|
|
|
}, {
|
|
|
|
|
value: '3',
|
|
|
|
|
value: 3,
|
|
|
|
|
label: '特殊往来'
|
|
|
|
|
}],
|
|
|
|
|
twoCheck: false,
|
|
|
|
|
|
|
|
|
|
settingDialogVisible: false
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
methods: {
|
|
|
|
@ -365,6 +240,8 @@ export default {
|
|
|
|
|
this.loading = false;
|
|
|
|
|
this.localTypes = [];
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
this.inputQuery.corpType = 1;
|
|
|
|
|
},
|
|
|
|
|
getStorage() {
|
|
|
|
|
this.storageList = [];
|
|
|
|
@ -376,11 +253,6 @@ export default {
|
|
|
|
|
.catch(() => {
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
invChange() {
|
|
|
|
|
if (this.$isNotBlank(this.inputQuery.defaultSubInv))
|
|
|
|
|
this.inputQuery.defaultSubInv = null;
|
|
|
|
|
this.findDefaultSubInv();
|
|
|
|
|
},
|
|
|
|
|
findDefaultSubInv() {
|
|
|
|
|
this.subInvList = [];
|
|
|
|
|
let query = {
|
|
|
|
@ -403,14 +275,6 @@ export default {
|
|
|
|
|
|
|
|
|
|
})
|
|
|
|
|
},
|
|
|
|
|
oneCheck(type) {
|
|
|
|
|
console.log(type);
|
|
|
|
|
if (!type) {
|
|
|
|
|
this.twoCheck = true;
|
|
|
|
|
this.inputQuery.secCheckEnable = false;
|
|
|
|
|
} else
|
|
|
|
|
this.twoCheck = false;
|
|
|
|
|
},
|
|
|
|
|
corpTypeChange(type) {
|
|
|
|
|
if (type != 2) {
|
|
|
|
|
this.inputQuery.genUnit = false;
|
|
|
|
@ -424,18 +288,40 @@ export default {
|
|
|
|
|
mainAction: this.inputQuery.mainAction,
|
|
|
|
|
curAction: this.inputQuery.supplementOrderType,
|
|
|
|
|
};
|
|
|
|
|
getCandidateBussinessType(query).then((response) => {
|
|
|
|
|
candidateBusType(query).then((response) => {
|
|
|
|
|
this.orderTypeList = response.data || [];
|
|
|
|
|
}).catch(() => {
|
|
|
|
|
|
|
|
|
|
})
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
// 单据类型高级设置弹窗
|
|
|
|
|
advancedSettings() {
|
|
|
|
|
if (isBlank(this.inputQuery.id)) {
|
|
|
|
|
this.$message.warning("请先保存当前单据类型!");
|
|
|
|
|
} else {
|
|
|
|
|
this.settingDialogVisible = true;
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
// 高级设置保存
|
|
|
|
|
saveSettings() {
|
|
|
|
|
this.modifySubmit(this.inputQuery);
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
// 高级设置弹窗关闭
|
|
|
|
|
cancelDialog() {
|
|
|
|
|
this.settingDialogVisible = false;
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
computed: {
|
|
|
|
|
corpType() {
|
|
|
|
|
return this.inputQuery.corpType;
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
components: {
|
|
|
|
|
busTypeAdvancedSettings
|
|
|
|
|
},
|
|
|
|
|
watch: {
|
|
|
|
|
corpType: function (val) {
|
|
|
|
|
if (val != 1) {
|
|
|
|
@ -460,26 +346,10 @@ export default {
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
<style scoped>
|
|
|
|
|
.itemTag {
|
|
|
|
|
float: left;
|
|
|
|
|
text-align: left;
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
width: 100px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.text {
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
font-family: "Microsoft YaHei";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.el-row {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.el-col {
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|