|
|
@ -7,15 +7,36 @@
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
<el-descriptions-item>
|
|
|
|
<el-descriptions-item>
|
|
|
|
<template slot="label">
|
|
|
|
<template slot="label">
|
|
|
|
中继服务
|
|
|
|
同步服务
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex">
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex">
|
|
|
|
<el-col :span="4" class="el-col" style="margin-top: 6px">
|
|
|
|
<el-col :span="6" class="el-col" style="margin-top: 6px">
|
|
|
|
<el-checkbox v-model="configQuery.downstreamEnable">是否启用</el-checkbox>
|
|
|
|
|
|
|
|
|
|
|
|
<el-switch
|
|
|
|
|
|
|
|
v-model="configQuery.downstreamEnable"
|
|
|
|
|
|
|
|
active-text="是否启用数据同步">
|
|
|
|
|
|
|
|
</el-switch>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
<el-col :span="14" class="el-col">
|
|
|
|
|
|
|
|
<div>
|
|
|
|
|
|
|
|
<span style="color: red;margin-top: 16px">说明: 修改同步参数时,请关闭数据同步服务 </span>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-descriptions-item>
|
|
|
|
|
|
|
|
<template slot="label">
|
|
|
|
|
|
|
|
地址设置
|
|
|
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex">
|
|
|
|
|
|
|
|
|
|
|
|
<el-col :span="20" class="el-col">
|
|
|
|
<el-col :span="20" class="el-col">
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|
<span style="margin-left: 30px;">服务地址: </span>
|
|
|
|
<span>服务地址: </span>
|
|
|
|
<el-input
|
|
|
|
<el-input
|
|
|
|
style="width: 50%"
|
|
|
|
style="width: 50%"
|
|
|
|
size="small"
|
|
|
|
size="small"
|
|
|
@ -29,6 +50,7 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
</el-row>
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
|
|
|
|
|
|
|
<el-descriptions-item>
|
|
|
|
<el-descriptions-item>
|
|
|
@ -63,33 +85,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
</el-descriptions-item>
|
|
|
|
</el-descriptions>
|
|
|
|
</el-descriptions>
|
|
|
|
<el-descriptions class="margin-top" title="上传至UDI自助平台基础数据" :column="1" :size="100" style="margin-top: 40px" border>
|
|
|
|
<el-descriptions class="margin-top" title="上传至UDI自助平台基础数据" :column="1" :size="100" style="margin-top: 40px"
|
|
|
|
|
|
|
|
border>
|
|
|
|
<el-descriptions-item>
|
|
|
|
<el-descriptions-item>
|
|
|
|
<template slot="label">
|
|
|
|
<template slot="label">
|
|
|
|
单据类型
|
|
|
|
单据类型
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
<el-checkbox v-model="configQuery.typeBus">业务单据类型</el-checkbox>
|
|
|
|
<el-checkbox v-model="configQuery.typeBus" :disabled="configQuery.downstreamEnable">业务单据类型</el-checkbox>
|
|
|
|
<el-checkbox v-model="configQuery.typeScan">扫码单据类型</el-checkbox>
|
|
|
|
<el-checkbox v-model="configQuery.typeScan" :disabled="configQuery.downstreamEnable">扫码单据类型</el-checkbox>
|
|
|
|
<el-checkbox v-model="configQuery.typeThird">第三方单据类型</el-checkbox>
|
|
|
|
<el-checkbox v-model="configQuery.typeThird" :disabled="configQuery.downstreamEnable">第三方单据类型</el-checkbox>
|
|
|
|
</el-descriptions-item>
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
|
|
|
|
|
|
|
<el-descriptions-item>
|
|
|
|
<el-descriptions-item>
|
|
|
|
<template slot="label">
|
|
|
|
<template slot="label">
|
|
|
|
基础信息
|
|
|
|
基础信息
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
<el-checkbox v-model="configQuery.basicProducts">耗材字典</el-checkbox>
|
|
|
|
<el-checkbox v-model="configQuery.basicProducts" :disabled="configQuery.downstreamEnable">耗材字典</el-checkbox>
|
|
|
|
<el-checkbox v-model="configQuery.basicCorp">往来单位字典</el-checkbox>
|
|
|
|
<el-checkbox v-model="configQuery.basicCorp" :disabled="configQuery.downstreamEnable">往来单位字典</el-checkbox>
|
|
|
|
<el-checkbox v-model="configQuery.basicInv">仓库字典</el-checkbox>
|
|
|
|
<el-checkbox v-model="configQuery.basicInv" :disabled="configQuery.downstreamEnable">仓库字典</el-checkbox>
|
|
|
|
<el-checkbox v-model="configQuery.sysUser">用户信息</el-checkbox>
|
|
|
|
<el-checkbox v-model="configQuery.sysUser" :disabled="configQuery.downstreamEnable">用户信息</el-checkbox>
|
|
|
|
</el-descriptions-item>
|
|
|
|
</el-descriptions-item>
|
|
|
|
<el-descriptions-item>
|
|
|
|
<el-descriptions-item>
|
|
|
|
<template slot="label">
|
|
|
|
<template slot="label">
|
|
|
|
第三方基础信息
|
|
|
|
第三方基础信息
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
<el-checkbox v-model="configQuery.basicThirdProducts">第三方产品信息</el-checkbox>
|
|
|
|
<el-checkbox v-model="configQuery.basicThirdProducts" :disabled="configQuery.downstreamEnable">第三方产品信息</el-checkbox>
|
|
|
|
<el-checkbox v-model="configQuery.basicThirdCorp">第三方往来信息</el-checkbox>
|
|
|
|
<el-checkbox v-model="configQuery.basicThirdCorp" :disabled="configQuery.downstreamEnable">第三方往来信息</el-checkbox>
|
|
|
|
<el-checkbox v-model="configQuery.basicThirdInv">第三方仓库信息</el-checkbox>
|
|
|
|
<el-checkbox v-model="configQuery.basicThirdInv" :disabled="configQuery.downstreamEnable">第三方仓库信息</el-checkbox>
|
|
|
|
<el-checkbox v-model="configQuery.basicThirdBusOrder">第三方业务单据</el-checkbox>
|
|
|
|
<el-checkbox v-model="configQuery.basicThirdBusOrder" :disabled="configQuery.downstreamEnable">第三方业务单据</el-checkbox>
|
|
|
|
</el-descriptions-item>
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- <el-descriptions-item>-->
|
|
|
|
<!-- <el-descriptions-item>-->
|
|
|
@ -102,14 +125,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
</el-descriptions>
|
|
|
|
</el-descriptions>
|
|
|
|
|
|
|
|
|
|
|
|
<el-descriptions class="margin-top" title="上传至UDI自助平台单据" :column="1" :size="100" style="margin-top: 40px" border>
|
|
|
|
<el-descriptions class="margin-top" title="上传至UDI自助平台单据" :column="1" :size="100" style="margin-top: 40px"
|
|
|
|
|
|
|
|
border>
|
|
|
|
<el-descriptions-item>
|
|
|
|
<el-descriptions-item>
|
|
|
|
<template slot="label">
|
|
|
|
<template slot="label">
|
|
|
|
单据(单据状态)
|
|
|
|
单据(单据状态)
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
<el-checkbox v-model="configQuery.orderUnCheck">待校验单据</el-checkbox>
|
|
|
|
<el-checkbox v-model="configQuery.orderUnCheck" :disabled="configQuery.downstreamEnable">待校验单据</el-checkbox>
|
|
|
|
<el-checkbox v-model="configQuery.orderUnReceive">未验收单据</el-checkbox>
|
|
|
|
<el-checkbox v-model="configQuery.orderUnReceive" :disabled="configQuery.downstreamEnable">未验收单据</el-checkbox>
|
|
|
|
<el-checkbox v-model="configQuery.orderScanFinish">已完成单据</el-checkbox>
|
|
|
|
<el-checkbox v-model="configQuery.orderScanFinish" :disabled="configQuery.downstreamEnable">已完成单据</el-checkbox>
|
|
|
|
</el-descriptions-item>
|
|
|
|
</el-descriptions-item>
|
|
|
|
<el-descriptions-item label="单据(单据类型)" label-style="width: 150px">
|
|
|
|
<el-descriptions-item label="单据(单据类型)" label-style="width: 150px">
|
|
|
|
|
|
|
|
|
|
|
|