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

@ -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>

Loading…
Cancel
Save