|
|
|
@ -43,7 +43,8 @@
|
|
|
|
|
v-model="configQuery.syncIp" :disabled="configQuery.downstreamEnable"
|
|
|
|
|
splaceholder="请输入内容"
|
|
|
|
|
></el-input>
|
|
|
|
|
<el-button type="primary" size="small" @click="testConnect()" style="margin-left: 20px;" :disabled="configQuery.downstreamEnable"
|
|
|
|
|
<el-button type="primary" size="small" @click="testConnect()" style="margin-left: 20px;"
|
|
|
|
|
:disabled="configQuery.downstreamEnable"
|
|
|
|
|
:loading="testLoading">测试连通
|
|
|
|
|
</el-button>
|
|
|
|
|
|
|
|
|
@ -52,6 +53,9 @@
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
</el-descriptions>
|
|
|
|
|
<el-descriptions class="margin-top" title="上传至UDI自助平台基础数据" :column="1" :size="100" style="margin-top: 40px"
|
|
|
|
|
border>
|
|
|
|
|
|
|
|
|
|
<el-descriptions-item>
|
|
|
|
|
<template slot="label">
|
|
|
|
@ -84,30 +88,33 @@
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
</el-descriptions>
|
|
|
|
|
<el-descriptions class="margin-top" title="上传至UDI自助平台基础数据" :column="1" :size="100" style="margin-top: 40px"
|
|
|
|
|
border>
|
|
|
|
|
|
|
|
|
|
<el-descriptions-item>
|
|
|
|
|
<template slot="label">
|
|
|
|
|
运行参数
|
|
|
|
|
</template>
|
|
|
|
|
<el-checkbox v-model="configQuery.entrustAction" :disabled="configQuery.downstreamEnable">委托验收</el-checkbox>
|
|
|
|
|
<el-checkbox v-model="configQuery.entrustAction" :disabled="configQuery.downstreamEnable">委托验收
|
|
|
|
|
</el-checkbox>
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item>
|
|
|
|
|
<template slot="label">
|
|
|
|
|
单据类型
|
|
|
|
|
</template>
|
|
|
|
|
<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-checkbox v-model="configQuery.typeScan" :disabled="configQuery.downstreamEnable">扫码单据类型
|
|
|
|
|
</el-checkbox>
|
|
|
|
|
<el-checkbox v-model="configQuery.typeThird" :disabled="configQuery.downstreamEnable">第三方单据类型
|
|
|
|
|
</el-checkbox>
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
|
|
|
|
|
<el-descriptions-item>
|
|
|
|
|
<template slot="label">
|
|
|
|
|
基础信息
|
|
|
|
|
</template>
|
|
|
|
|
<el-checkbox v-model="configQuery.basicProducts" :disabled="configQuery.downstreamEnable">耗材字典</el-checkbox>
|
|
|
|
|
<el-checkbox v-model="configQuery.basicCorp" :disabled="configQuery.downstreamEnable">往来单位字典</el-checkbox>
|
|
|
|
|
<el-checkbox v-model="configQuery.basicProducts" :disabled="configQuery.downstreamEnable">耗材字典
|
|
|
|
|
</el-checkbox>
|
|
|
|
|
<el-checkbox v-model="configQuery.basicCorp" :disabled="configQuery.downstreamEnable">往来单位字典
|
|
|
|
|
</el-checkbox>
|
|
|
|
|
<el-checkbox v-model="configQuery.basicInv" :disabled="configQuery.downstreamEnable">仓库字典</el-checkbox>
|
|
|
|
|
<el-checkbox v-model="configQuery.sysUser" :disabled="configQuery.downstreamEnable">用户信息</el-checkbox>
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
@ -115,10 +122,14 @@
|
|
|
|
|
<template slot="label">
|
|
|
|
|
第三方基础信息
|
|
|
|
|
</template>
|
|
|
|
|
<el-checkbox v-model="configQuery.basicThirdProducts" :disabled="configQuery.downstreamEnable">第三方产品信息</el-checkbox>
|
|
|
|
|
<el-checkbox v-model="configQuery.basicThirdCorp" :disabled="configQuery.downstreamEnable">第三方往来信息</el-checkbox>
|
|
|
|
|
<el-checkbox v-model="configQuery.basicThirdInv" :disabled="configQuery.downstreamEnable">第三方仓库信息</el-checkbox>
|
|
|
|
|
<el-checkbox v-model="configQuery.basicThirdBusOrder" :disabled="configQuery.downstreamEnable">第三方业务单据</el-checkbox>
|
|
|
|
|
<el-checkbox v-model="configQuery.basicThirdProducts" :disabled="configQuery.downstreamEnable">第三方产品信息
|
|
|
|
|
</el-checkbox>
|
|
|
|
|
<el-checkbox v-model="configQuery.basicThirdCorp" :disabled="configQuery.downstreamEnable">第三方往来信息
|
|
|
|
|
</el-checkbox>
|
|
|
|
|
<el-checkbox v-model="configQuery.basicThirdInv" :disabled="configQuery.downstreamEnable">第三方仓库信息
|
|
|
|
|
</el-checkbox>
|
|
|
|
|
<el-checkbox v-model="configQuery.basicThirdBusOrder" :disabled="configQuery.downstreamEnable">第三方业务单据
|
|
|
|
|
</el-checkbox>
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
|
|
|
|
|
<!-- <el-descriptions-item>-->
|
|
|
|
@ -133,13 +144,49 @@
|
|
|
|
|
|
|
|
|
|
<el-descriptions class="margin-top" title="上传至UDI自助平台单据" :column="1" :size="100" style="margin-top: 40px"
|
|
|
|
|
border>
|
|
|
|
|
|
|
|
|
|
<el-descriptions-item>
|
|
|
|
|
<template slot="label">
|
|
|
|
|
参数设置
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex">
|
|
|
|
|
|
|
|
|
|
<el-col :span="20" class="el-col">
|
|
|
|
|
<div>
|
|
|
|
|
<span>单据上传时间间隔(单位:分钟): </span>
|
|
|
|
|
<el-input
|
|
|
|
|
style="width: 100px"
|
|
|
|
|
size="small"
|
|
|
|
|
type="number"
|
|
|
|
|
v-model="configQuery.orderSyncTime" :disabled="configQuery.downstreamEnable"
|
|
|
|
|
splaceholder="请输入内容"
|
|
|
|
|
></el-input>
|
|
|
|
|
|
|
|
|
|
<span style="margin-left: 30px;">单据下载时间间隔(单位:分钟): </span>
|
|
|
|
|
<el-input
|
|
|
|
|
style="width: 100px"
|
|
|
|
|
size="small"
|
|
|
|
|
type="number"
|
|
|
|
|
v-model="configQuery.orderSyncDlTime" :disabled="configQuery.downstreamEnable"
|
|
|
|
|
splaceholder="请输入内容"
|
|
|
|
|
></el-input>
|
|
|
|
|
</div>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
|
|
|
|
|
<el-descriptions-item>
|
|
|
|
|
<template slot="label">
|
|
|
|
|
单据(单据状态)
|
|
|
|
|
</template>
|
|
|
|
|
<el-checkbox v-model="configQuery.orderUnCheck" :disabled="configQuery.downstreamEnable">待校验单据</el-checkbox>
|
|
|
|
|
<el-checkbox v-model="configQuery.orderUnReceive" :disabled="configQuery.downstreamEnable">未验收单据</el-checkbox>
|
|
|
|
|
<el-checkbox v-model="configQuery.orderScanFinish" :disabled="configQuery.downstreamEnable">已完成单据</el-checkbox>
|
|
|
|
|
<el-checkbox v-model="configQuery.orderUnCheck" :disabled="configQuery.downstreamEnable">待校验单据
|
|
|
|
|
</el-checkbox>
|
|
|
|
|
<el-checkbox v-model="configQuery.orderUnReceive" :disabled="configQuery.downstreamEnable">未验收单据
|
|
|
|
|
</el-checkbox>
|
|
|
|
|
<el-checkbox v-model="configQuery.orderScanFinish" :disabled="configQuery.downstreamEnable">已完成单据
|
|
|
|
|
</el-checkbox>
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item label="单据(单据类型)" label-style="width: 150px">
|
|
|
|
|
|
|
|
|
@ -253,6 +300,8 @@ export default {
|
|
|
|
|
orderUnCheck: null,
|
|
|
|
|
orderUnReceive: null,
|
|
|
|
|
sysUser: null,
|
|
|
|
|
orderSyncTime: null,
|
|
|
|
|
orderSyncDlTime: null,
|
|
|
|
|
busTypes: [],
|
|
|
|
|
},
|
|
|
|
|
checkedBusTypes: [],
|
|
|
|
|