1.完成添加编辑单据类型功能

prod
x_z 2 years ago
parent 33d5b25841
commit 19d4356b79

@ -0,0 +1,233 @@
<template>
<div>
<el-form :model="inputQuery" label-width="120px">
<span>单据设置</span>
<el-row type="flex">
<el-col :span="24">
<div class="check-box-group" style="margin-top: 12px;">
<el-checkbox v-model="inputQuery.enable" style="width: 200px"
border>启用单据类型
</el-checkbox>
<el-checkbox v-model="inputQuery.genUnit" :disabled="inputQuery.corpType !=2" style="width: 200px" border>
允许手动输入客户信息
</el-checkbox>
<el-checkbox v-model="inputQuery.useDyCount" :disabled="inputQuery.corpType !=2" style="width: 200px"
border>允许科室多次使用出库
</el-checkbox>
<el-checkbox v-model="inputQuery.outTospms" style="width: 200px" border>手持终端提交单据至自助平台
</el-checkbox>
</div>
</el-col>
</el-row>
<el-row type="flex">
<el-col :span="24">
<div class="check-box-group">
<el-checkbox v-model="inputQuery.entrutSpms" style="width: 200px" border>允许验收自助平台单据
</el-checkbox>
<el-checkbox v-model="inputQuery.advanceType" style="width: 200px" border>寄售类型单据
</el-checkbox>
<el-checkbox v-model="inputQuery.preIn" style="width: 200px" border>预验收
</el-checkbox>
<el-checkbox v-model="inputQuery.spUse" style="width: 200px" border>允许供应商使用
</el-checkbox>
</div>
</el-col>
</el-row>
<el-divider></el-divider>
<span>单据默认选项</span>
<el-row type="flex">
<el-col :span="24">
<div class="check-box-group" style="margin-top: 12px">
<el-checkbox v-model="inputQuery.ullageFill" :disabled="!inputQuery.changeEnable" style="width: 200px"
border>单据默认自动补单
</el-checkbox>
<el-checkbox v-model="inputQuery.scanPreIn" :disabled="inputQuery.corpType!='2'" style="width: 200px"
border>出库时必须校验预验收库存
</el-checkbox>
<el-checkbox v-model="inputQuery.vailInv" :disabled="inputQuery.mainAction!='WareHouseOut'"
style="width: 200px" border>是否只允许有库存产品出库
</el-checkbox>
<el-checkbox v-model="inputQuery.codeFillCheck" style="width: 200px" border>采集UDI码时进行三期校验
</el-checkbox>
</div>
</el-col>
</el-row>
<el-divider></el-divider>
<el-row type="flex">
<el-col :span="24">
<div class="text item">
<el-checkbox v-model="inputQuery.checkEnable" style="width: 240px">()
</el-checkbox>
</div>
</el-col>
</el-row>
<el-row type="flex">
<el-col :span="24">
<div class="check-box-group" style="margin-top: 12px;">
<el-checkbox v-model="inputQuery.checkWebNew" :disabled="!inputQuery.checkEnable"
style="width: 200px" border>web端新增单据
</el-checkbox>
<el-checkbox v-model="inputQuery.checkPdaUn" :disabled="!inputQuery.checkEnable"
style="width: 200px" border>手持终端未校验单据
</el-checkbox>
<el-checkbox v-model="inputQuery.checkPdaEd" :disabled="!inputQuery.checkEnable"
style="width: 200px" border>手持终端已校验单据
</el-checkbox>
<el-checkbox v-model="inputQuery.checkUdims" :disabled="!inputQuery.checkEnable"
style="width: 200px" border>UDIMS平台
</el-checkbox>
</div>
</el-col>
</el-row>
<el-row type="flex">
<el-col :span="24">
<div class="check-box-group">
<el-checkbox v-model="inputQuery.checkPc" :disabled="!inputQuery.checkEnable" style="width: 200px" border>
UDI扫码通
</el-checkbox>
<el-checkbox v-model="inputQuery.checkSp" :disabled="!inputQuery.checkEnable" style="width: 200px" border>
自助平台同步
</el-checkbox>
<el-checkbox v-model="inputQuery.checkChange" :disabled="!inputQuery.checkEnable" style="width: 200px"
border>自动补单
</el-checkbox>
<el-checkbox v-model="inputQuery.checkBalacne" :disabled="!inputQuery.checkEnable" style="width: 200px"
border>平衡补单
</el-checkbox>
</div>
</el-col>
</el-row>
<el-row type="flex">
<el-col :span="24">
<div class="check-box-group">
<el-checkbox v-model="inputQuery.checkCopy" :disabled="!inputQuery.checkEnable" style="width: 200px" border>
手动补单
</el-checkbox>
</div>
</el-col>
</el-row>
<el-divider></el-divider>
<el-row type="flex">
<el-col :span="4">
<div class="text item">
<el-checkbox v-model="inputQuery.secCheckEnable"
:disabled="twoCheck" style="width: 240px">需要单据复核的单据来源类型(二次复核)
</el-checkbox>
</div>
</el-col>
</el-row>
<el-row type="flex">
<el-col :span="24">
<div class="check-box-group" style="margin-top: 12px">
<el-checkbox v-model="inputQuery.secCheckWebNew" :disabled="!inputQuery.secCheckEnable" style="width: 200px"
border>web端新增单据
</el-checkbox>
<el-checkbox v-model="inputQuery.secCheckPdaUn" :disabled="!inputQuery.secCheckEnable" style="width: 200px"
border>手持终端未校验单据
</el-checkbox>
<el-checkbox v-model="inputQuery.secCheckPdaEd" :disabled="!inputQuery.secCheckEnable" style="width: 200px"
border>手持终端已校验单据
</el-checkbox>
<el-checkbox v-model="inputQuery.secCheckUdims" :disabled="!inputQuery.secCheckEnable" style="width: 200px"
border>UDIMS平台
</el-checkbox>
</div>
</el-col>
</el-row>
<el-row type="flex">
<el-col :span="24">
<div class="check-box-group">
<el-checkbox v-model="inputQuery.secCheckPc" :disabled="!inputQuery.secCheckEnable" style="width: 200px"
border>UDI扫码通
</el-checkbox>
<el-checkbox v-model="inputQuery.secCheckSp" :disabled="!inputQuery.secCheckEnable" style="width: 200px"
border>自助平台同步
</el-checkbox>
<el-checkbox v-model="inputQuery.secCheckChange" :disabled="!inputQuery.secCheckEnable" style="width: 200px"
border>自动补单
</el-checkbox>
<el-checkbox v-model="inputQuery.secCheckBalacne" :disabled="!inputQuery.secCheckEnable"
style="width: 200px" border>平衡补单
</el-checkbox>
</div>
</el-col>
</el-row>
<el-row type="flex">
<el-col :span="24">
<div class="check-box-group">
<el-checkbox v-model="inputQuery.secCheckCopy" :disabled="!inputQuery.secCheckEnable" style="width: 200px"
border>手动补单
</el-checkbox>
</div>
</el-col>
</el-row>
</el-form>
</div>
</template>
<script>
export default {
name: "busTypeAdvancedSettings",
props: {
inputQuery: {
type: Object,
required: true
}
},
data() {
return {}
}
}
</script>
<style scoped>
.check-box-group {
margin-bottom: 18px;
margin-left: 25px;
}
</style>

@ -46,42 +46,40 @@
</el-form-item> </el-form-item>
</el-form> </el-form>
<el-table v-loading="loading" :data="list" style="width: 100%"> <el-table v-loading="loading" :data="list" style="width: 100%" border highlight-current-row>
<el-table-column label="序号" type="index" width="60" fixed></el-table-column> <el-table-column label="序号" type="index" width="60" ></el-table-column>
<el-table-column label="单据类型" prop="name" fixed></el-table-column> <el-table-column label="单据类型" prop="name" ></el-table-column>
<el-table-column label="出入库类型" prop="mainAction" fixed> <el-table-column label="出入库类型" prop="mainAction" >
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ mainActionMap[scope.row.mainAction] }}</span> <span>{{ mainActionMap[scope.row.mainAction] }}</span>
</template> </template>
</el-table-column> </el-table-column>
<!-- <el-table-column label="扫码单据类型代码" prop="action" fixed></el-table-column>--> <!-- <el-table-column label="扫码单据类型代码" prop="action" fixed></el-table-column>-->
<el-table-column label="是否启用" prop="enable" fixed> <el-table-column label="是否启用" prop="enable" >
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ enableMap[scope.row.enable] }}</span> <span>{{ enableMap[scope.row.enable] }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="一次校验" prop="checkEnable" fixed> <el-table-column label="一次校验" prop="checkEnable" >
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ enableMap[scope.row.checkEnable] }}</span> <span>{{ enableMap[scope.row.checkEnable] }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="二次核对" prop="secCheckEnable" fixed> <el-table-column label="二次核对" prop="secCheckEnable" >
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ enableMap[scope.row.secCheckEnable] }}</span> <span>{{ enableMap[scope.row.secCheckEnable] }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="操作" fixed="right"> <el-table-column label="操作">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button <el-button
type="text" type="text"
size="small"
@click.native.stop="handleModifyClick(scope.row)" @click.native.stop="handleModifyClick(scope.row)"
>编辑 >编辑
</el-button </el-button
> >
<el-button <el-button
type="text" type="text"
size="small"
:disabled="!configParms.typeScan" :disabled="!configParms.typeScan"
@click.native.stop="deleteDialog(scope.row)" @click.native.stop="deleteDialog(scope.row)"
>删除 >删除
@ -103,13 +101,13 @@
top="5vh" top="5vh"
> >
<modifyDialog :inputQuery="inputQuery"></modifyDialog> <modifyDialog :inputQuery="inputQuery"></modifyDialog>
<div style="text-align: center"> <div slot="footer" class="dialog-footer">
<el-button type="primary" size="small" icon="search" @click="onAddSubmit" <el-button type="primary" size="small" @click="onAddSubmit"
:disabled="!configParms.typeScan" :disabled="!configParms.typeScan"
>提交 >提交
</el-button </el-button
> >
<el-button type="primary" size="small" icon="search" @click="cancelDialog" <el-button size="small" @click="cancelDialog"
>取消 >取消
</el-button </el-button
> >
@ -117,14 +115,14 @@
</el-dialog> </el-dialog>
<el-dialog <el-dialog
title="编辑扫码单据类型" title="编辑单据类型"
:visible.sync="modifyDialogVisible" :visible.sync="modifyDialogVisible"
width="70%" width="70%"
:close-on-click-modal="false" :close-on-click-modal="false"
:close-on-press-escape="false" :close-on-press-escape="false"
v-if="modifyDialogVisible" v-if="modifyDialogVisible"
> >
<modifyDialog :inputQuery="inputQuery"></modifyDialog> <modifyDialog :inputQuery="inputQuery" :modifySubmit="onModifySubmit"></modifyDialog>
<div style="text-align: center"> <div style="text-align: center">
<el-button type="primary" size="small" icon="search" @click="onModifySubmit" <el-button type="primary" size="small" icon="search" @click="onModifySubmit"
:disabled="!configParms.typeScan" :disabled="!configParms.typeScan"
@ -177,7 +175,6 @@ export default {
mainAction: "", mainAction: "",
thirdSysFk: "", thirdSysFk: "",
id: "", id: "",
localAction: null,
checkEnable: false, checkEnable: false,
genUnit: false, genUnit: false,
innerOrder: false, innerOrder: false,
@ -218,6 +215,8 @@ export default {
defaultInv: null, defaultInv: null,
defaultSubInv: null, defaultSubInv: null,
orderVisibleType: 0, orderVisibleType: 0,
advanceType: null,
preIn: null,
}, },
enableMap: { enableMap: {
true: "是", true: "是",
@ -285,21 +284,18 @@ export default {
onAddSubmit() { onAddSubmit() {
if (isBlank(this.inputQuery.name)) { if (isBlank(this.inputQuery.name)) {
this.$message.error("扫码单据类型名称不能为空!"); this.$message.error("单据类型名称不能为空!");
return; return;
} }
if (this.$isBlank(this.inputQuery.corpType)) { if (this.$isBlank(this.inputQuery.corpType)) {
this.$message.error("往来信息类型不能为空!"); this.$message.error("往来信息类型不能为空!");
return; return;
} }
if (this.inputQuery.enable && this.inputQuery.localAction == "") {
this.$message.error("本地单据类型不能为空!");
return;
}
if (this.inputQuery.mainAction == "" || this.inputQuery.mainAction == null) { if (this.inputQuery.mainAction == "" || this.inputQuery.mainAction == null) {
this.$message.error("出入库类型不能为空!"); this.$message.error("出入库类型不能为空!");
return; return;
} }
this.inputQuery.enable = 1;
insertBusType(this.inputQuery) insertBusType(this.inputQuery)
.then((response) => { .then((response) => {
if (response.code == 20000) { if (response.code == 20000) {
@ -371,7 +367,6 @@ export default {
name: row.name, name: row.name,
enable: row.enable, enable: row.enable,
mainAction: row.mainAction, mainAction: row.mainAction,
localAction: row.localAction,
thirdSysFk: row.thirdSysFk, thirdSysFk: row.thirdSysFk,
checkEnable: row.checkEnable, checkEnable: row.checkEnable,
genUnit: row.genUnit, genUnit: row.genUnit,
@ -391,7 +386,7 @@ export default {
secCheckWebNew: row.secCheckWebNew, secCheckWebNew: row.secCheckWebNew,
secCheckChange: row.secCheckChange, secCheckChange: row.secCheckChange,
thirdAction: row.thirdAction, thirdAction: row.thirdAction,
corpType: row.corpType + "", corpType: row.corpType,
storageCode: row.storageCode, storageCode: row.storageCode,
secCheckSp: row.secCheckSp, secCheckSp: row.secCheckSp,
checkSp: row.checkSp, checkSp: row.checkSp,
@ -414,6 +409,8 @@ export default {
orderVisibleType: row.orderVisibleType, orderVisibleType: row.orderVisibleType,
checkCopy: row.checkCopy, checkCopy: row.checkCopy,
secCheckCopy: row.secCheckCopy, secCheckCopy: row.secCheckCopy,
advanceType: null,
preIn: null,
}; };
this.modifyDialogVisible = true; this.modifyDialogVisible = true;
@ -432,14 +429,6 @@ export default {
}); });
}, },
getActionName(action) {
for (let i = 0; i < this.busTypes.length; i++) {
if (this.busTypes[i].localAction === action) {
return this.busTypes[i].localName;
}
}
},
deleteOrders(data) { deleteOrders(data) {
this.loading = true; this.loading = true;
let tquery = { let tquery = {
@ -503,3 +492,9 @@ export default {
}, },
}; };
</script> </script>
<style scoped>
.el-form-item--mini.el-form-item {
margin-bottom: 9px;
}
</style>

@ -1,15 +1,15 @@
<template> <template>
<div> <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-row type="flex">
<el-col :span="11" type="flex"> <el-col :span="11">
<el-form-item label="扫码单据类型" prop="name"> <el-form-item label="扫码单据类型" prop="name">
<el-input v-model="inputQuery.name" size="small" style="width: 90%"></el-input> <el-input v-model="inputQuery.name" size="small" style="width: 90%"></el-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="11" class="el-col"> <el-col :span="11">
<el-form-item label="单据类型代码" prop="action"> <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> style="width: 90%"></el-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
@ -28,9 +28,13 @@
</el-select> </el-select>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="11" class="el-col"> <el-col :span="11">
<el-form-item label="往来信息类型" prop="corpType"> <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 <el-option
v-for="item in options" v-for="item in options"
:key="item.value" :key="item.value"
@ -43,9 +47,11 @@
</el-row> </el-row>
<el-row type="flex"> <el-row type="flex">
<el-col :span="11" type="flex"> <el-col :span="11">
<el-form-item label="内部进出平衡补单" prop="supplementOrderType"> <el-form-item label="内部进出平衡补单" prop="supplementOrderType">
<el-select :disabled="inputQuery.corpType !=1" <el-select :disabled="inputQuery.corpType !=1"
size="small"
style="width: 90%"
v-model="inputQuery.supplementOrderType" v-model="inputQuery.supplementOrderType"
clearable clearable
placeholder="单据类型"> placeholder="单据类型">
@ -59,12 +65,14 @@
</el-select> </el-select>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="11" class="el-col"> <el-col :span="11">
<el-form-item label="特殊单据往来" prop="defaultUnit"> <el-form-item label="特殊单据往来" prop="defaultUnit">
<el-select <el-select
v-model="inputQuery.defaultUnit" v-model="inputQuery.defaultUnit"
filterable filterable
remote remote
size="small"
style="width: 90%"
:disabled="inputQuery.corpType!=3" :disabled="inputQuery.corpType!=3"
clearable="true" clearable="true"
reserve-keyword reserve-keyword
@ -84,16 +92,18 @@
</el-row> </el-row>
<el-row type="flex"> <el-row type="flex">
<el-col :span="11" type="flex"> <el-col :span="11">
<el-form-item label="单据前缀" prop="prefix"> <el-form-item label="单据前缀" prop="prefix">
<el-input v-model="inputQuery.prefix" size="small" style="width: 90%"></el-input> <el-input v-model="inputQuery.prefix" size="small" style="width: 90%"></el-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="11" class="el-col"> <el-col :span="11" class="el-col">
<el-form-item label="单据详情展示方式" prop="orderVisibleType"> <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="单据详情展示方式" placeholder="单据详情展示方式"
size="mini"> >
<el-option label="批次号" :value=0></el-option> <el-option label="批次号" :value=0></el-option>
<el-option label="条码清单" :value=1></el-option> <el-option label="条码清单" :value=1></el-option>
</el-select> </el-select>
@ -111,186 +121,47 @@
</el-col> </el-col>
</el-row> </el-row>
<el-divider></el-divider>
<span>单据设置</span>
<el-row type="flex"> <el-row type="flex">
<el-col :span="23" class="el-col"> <el-col :span="23" type="flex">
<div class="text item" style="margin-top: 6px"> <el-button type="text" size="large" style="margin-left: 10px;" @click="advancedSettings"></el-button>
<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> </el-col>
</el-row> </el-row>
</el-form>
<el-divider></el-divider> <el-dialog
<el-row :gutter="20" class="el-row" type="flex"> title="单据类型高级设置"
<el-col :span="4" class="el-col"> :visible.sync="settingDialogVisible"
<div class="text item"> :close-on-click-modal="false"
<el-checkbox v-model="inputQuery.secCheckEnable" :close-on-press-escape="false"
:disabled="twoCheck">需要单据复核的单据来源类型(二次复核) v-if="settingDialogVisible"
</el-checkbox> class="dialog-two"
</div> width="60%"
</el-col> top="5vh"
append-to-body
>
<busTypeAdvancedSettings :inputQuery="inputQuery"></busTypeAdvancedSettings>
</el-row> <div slot="footer" class="dialog-footer">
<el-row :gutter="20" class="el-row" type="flex" style="margin-left: 15px"> <el-button type="primary" size="small" @click="saveSettings"
<el-col :span="4" class="el-col"> >提交
<div class="text item"> </el-button
<el-checkbox v-model="inputQuery.secCheckWebNew" :disabled="!inputQuery.secCheckEnable">web >
</el-checkbox> <el-button size="small" @click="cancelDialog"
</div> >取消
</el-col> </el-button
<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> </div>
</el-col> </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> </div>
</template> </template>
<script> <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 { export default {
name: "BussinessTypeModify", name: "BussinessTypeModify",
@ -299,6 +170,10 @@ export default {
type: Object, type: Object,
required: true, required: true,
}, },
modifySubmit: {
type: Function,
required: true,
}
}, },
data() { data() {
@ -318,21 +193,21 @@ export default {
originTypes: [], originTypes: [],
value: "", value: "",
options: [{ options: [{
value: '0', value: 0,
label: '供应商信息' label: '供应商信息'
}, { }, {
value: '1', value: 1,
label: '仓库信息' label: '仓库信息'
}, },
{ {
value: '2', value: 2,
label: '客户信息' label: '客户信息'
}, { }, {
value: '3', value: 3,
label: '特殊往来' label: '特殊往来'
}], }],
twoCheck: false, twoCheck: false,
settingDialogVisible: false
} }
}, },
methods: { methods: {
@ -365,6 +240,8 @@ export default {
this.loading = false; this.loading = false;
this.localTypes = []; this.localTypes = [];
}); });
this.inputQuery.corpType = 1;
}, },
getStorage() { getStorage() {
this.storageList = []; this.storageList = [];
@ -376,11 +253,6 @@ export default {
.catch(() => { .catch(() => {
}); });
}, },
invChange() {
if (this.$isNotBlank(this.inputQuery.defaultSubInv))
this.inputQuery.defaultSubInv = null;
this.findDefaultSubInv();
},
findDefaultSubInv() { findDefaultSubInv() {
this.subInvList = []; this.subInvList = [];
let query = { 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) { corpTypeChange(type) {
if (type != 2) { if (type != 2) {
this.inputQuery.genUnit = false; this.inputQuery.genUnit = false;
@ -424,18 +288,40 @@ export default {
mainAction: this.inputQuery.mainAction, mainAction: this.inputQuery.mainAction,
curAction: this.inputQuery.supplementOrderType, curAction: this.inputQuery.supplementOrderType,
}; };
getCandidateBussinessType(query).then((response) => { candidateBusType(query).then((response) => {
this.orderTypeList = response.data || []; this.orderTypeList = response.data || [];
}).catch(() => { }).catch(() => {
}) })
}, },
//
advancedSettings() {
if (isBlank(this.inputQuery.id)) {
this.$message.warning("请先保存当前单据类型!");
} else {
this.settingDialogVisible = true;
}
},
//
saveSettings() {
this.modifySubmit(this.inputQuery);
},
//
cancelDialog() {
this.settingDialogVisible = false;
},
}, },
computed: { computed: {
corpType() { corpType() {
return this.inputQuery.corpType; return this.inputQuery.corpType;
} }
}, },
components: {
busTypeAdvancedSettings
},
watch: { watch: {
corpType: function (val) { corpType: function (val) {
if (val != 1) { if (val != 1) {
@ -460,26 +346,10 @@ export default {
</script> </script>
<style scoped> <style scoped>
.itemTag {
float: left;
text-align: left;
margin-top: 10px;
width: 100px;
}
.text { .text {
font-size: 13px; font-size: 13px;
font-family: "Microsoft YaHei"; font-family: "Microsoft YaHei";
} }
.el-row {
display: flex;
flex-wrap: wrap;
margin-bottom: 20px;
}
.el-col {
border-radius: 4px;
flex-wrap: wrap;
}
</style> </style>

Loading…
Cancel
Save