|
|
@ -40,11 +40,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
<el-col :span="20" class="el-col">
|
|
|
|
<el-col :span="20" class="el-col">
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|
<span>单据上传时间间隔(单位:小时): </span>
|
|
|
|
<span>单据上传时间间隔(单位:分钟): </span>
|
|
|
|
<el-input
|
|
|
|
<el-input
|
|
|
|
style="width: 100px"
|
|
|
|
style="width: 100px"
|
|
|
|
size="small"
|
|
|
|
size="small"
|
|
|
|
type="number"
|
|
|
|
type="number" min="10"
|
|
|
|
v-model="configQuery.orderSyncTime" :disabled="configQuery.autoUpload"
|
|
|
|
v-model="configQuery.orderSyncTime" :disabled="configQuery.autoUpload"
|
|
|
|
splaceholder="请输入内容"
|
|
|
|
splaceholder="请输入内容"
|
|
|
|
></el-input>
|
|
|
|
></el-input>
|
|
|
|