|
|
|
@ -128,7 +128,11 @@
|
|
|
|
|
<!-- <el-checkbox v-model="configQuery.typeBus" :disabled="configQuery.downstreamEnable">业务单据类型</el-checkbox>
|
|
|
|
|
<el-checkbox v-model="configQuery.typeScan" :disabled="configQuery.downstreamEnable">扫码单据类型</el-checkbox>
|
|
|
|
|
<el-checkbox v-model="configQuery.typeThird" :disabled="configQuery.downstreamEnable">第三方单据类型</el-checkbox> -->
|
|
|
|
|
<el-form :inline="true" :model="configQuery">
|
|
|
|
|
<el-form
|
|
|
|
|
:inline="true"
|
|
|
|
|
:model="configQuery"
|
|
|
|
|
:label-position="labelPosition"
|
|
|
|
|
>
|
|
|
|
|
<el-form-item label="业务单据类型">
|
|
|
|
|
<el-select v-model="configQuery.typeBus" placeholder="请选择">
|
|
|
|
|
<el-option label="完成同步" value="0"></el-option>
|
|
|
|
@ -518,6 +522,7 @@ export default {
|
|
|
|
|
name: "SysUdimsConfig",
|
|
|
|
|
data() {
|
|
|
|
|
return {
|
|
|
|
|
labelPosition: "right",
|
|
|
|
|
activeNames: ["1"],
|
|
|
|
|
configQuery: {
|
|
|
|
|
id: null,
|
|
|
|
|