首营资质同步

wms_pzh
anthonyywj2 2 years ago
parent 40d361b4b9
commit df1c76d9e8

@ -1,7 +1,7 @@
{
"UDI_SYNC_SERVER_IP": "http://127.0.0.1:9991/",
"BASE_URL": "http://127.0.0.1:9992",
"SERVER_IP": "http://127.0.0.1:9992",
"WEBSOCKET_URL": "ws://127.0.0.1:9991/UDI_WMS_MC/api/websocket/",
"UDI_SYNC_SERVER_IP": "http://192.168.0.109:9991/",
"BASE_URL": "http://192.168.0.109:9991",
"SERVER_IP": "http://192.168.0.109:9991",
"WEBSOCKET_URL": "ws://192.168.0.109:9991/UDI_WMS_MC/api/websocket/",
"hosp_name": "平和县医院"
}

@ -1339,6 +1339,15 @@ export const asyncRouterMap = [
}
},
{
path: "onHand",
name: "现存量查询",
component: onHand,
meta: {
authRule: ["warehouse/onHand"]
}
},
{
path: "innerOrder",
component: innerOrder,

@ -2,8 +2,8 @@
<div>
<el-form :model="formData" :rules="formRules" ref="dataForm">
<el-button-group style="display: flex;margin: -50px 60px 10px auto; height: 35px">
<el-row type="flex" justify="end">
<el-button-group style="display: flex;margin-bottom: 15px; margin-right: 50px;margin-top: -10px">
<el-button
type="primary"
@click.native="generateQRCodeText()"
@ -20,9 +20,9 @@
>打印全部
</el-button
>
</el-button-group>
</el-row>
<el-row :gutter="20">
<el-col :span="3">

@ -147,7 +147,17 @@
<!-- <el-checkbox v-model="configQuery.dbDiProducts">DI</el-checkbox>-->
<!-- </el-descriptions-item>-->
<el-descriptions-item>
<template slot="label">
首营资质证书
</template>
<el-checkbox v-model="configQuery.companyCert" :disabled="configQuery.downstreamEnable">
</el-checkbox>
<el-checkbox v-model="configQuery.manufacturerCert" :disabled="configQuery.downstreamEnable">
</el-checkbox>
<el-checkbox v-model="configQuery.productCert" :disabled="configQuery.downstreamEnable">
</el-checkbox>
</el-descriptions-item>
</el-descriptions>
<el-descriptions class="margin-top" title="上传至UDI自助平台单据" :column="1" :size="100" style="margin-top: 40px"
@ -188,7 +198,7 @@
<el-descriptions-item>
<template slot="label">
单据(单据状态)
</template>addBusTypeDialog
</template>
<el-checkbox v-model="configQuery.orderUnCheck" :disabled="configQuery.downstreamEnable">
</el-checkbox>
<el-checkbox v-model="configQuery.orderUnReceive" :disabled="configQuery.downstreamEnable">
@ -320,6 +330,10 @@ export default {
orderSyncDlTime: null,
delaySyncTime: null,
busTypes: [],
companyCert: null,
manufacturerCert: null,
productCert: null,
},
checkedBusTypes: [],

@ -117,43 +117,48 @@
</el-row>
</el-card>
<!--<el-card class="el-card">-->
<!--<el-row :gutter="20" class="el-row" type="flex">-->
<!--<el-col :span="20" class="el-col">-->
<!--<div class="text item">-->
<!--<div class="itemTag">-->
<!--<span>应用码(APPID):&nbsp;</span>-->
<!--</div>-->
<!--<el-form-item prop="appId">-->
<!--<el-input-->
<!--style="width: 400px"-->
<!--size="small"-->
<!--splaceholder="请输入内容"-->
<!--v-model="inputQuery.appId"-->
<!--&gt;</el-input>-->
<!--</el-form-item>-->
<!--</div>-->
<!--</el-col>-->
<!--</el-row>-->
<el-card class="el-card">
<!--<el-row :gutter="20" class="el-row" type="flex">-->
<!--<el-col :span="20" class="el-col">-->
<!--<div class="text item">-->
<!--<div class="itemTag">-->
<!--<span>授权码(APPSecret):&nbsp;</span>-->
<!--</div>-->
<!--<el-form-item prop="appSecret">-->
<!--<el-input-->
<!--style="width: 400px"-->
<!--size="small"-->
<!--splaceholder="请输入内容"-->
<!--v-model="inputQuery.appSecret"-->
<!--&gt;</el-input>-->
<!--</el-form-item>-->
<!--</div>-->
<!--</el-col>-->
<!--</el-row>-->
<!--</el-card>-->
<div>
<p class="form-title">医疗器械唯一标识数据库接口调用凭据</p>
</div>
<el-row :gutter="20" class="el-row" type="flex" style="margin-top: 30px">
<el-col :span="20" class="el-col">
<div class="text item">
<div class="itemTag">
<span>应用码(APPID):&nbsp;</span>
</div>
<el-form-item prop="appId">
<el-input
style="width: 400px"
size="small"
splaceholder="请输入内容"
v-model="inputQuery.appId"
></el-input>
</el-form-item>
</div>
</el-col>
</el-row>
<el-row :gutter="20" class="el-row" type="flex">
<el-col :span="20" class="el-col">
<div class="text item">
<div class="itemTag">
<span>授权码(APPSecret):&nbsp;</span>
</div>
<el-form-item prop="appSecret">
<el-input
style="width: 400px"
size="small"
splaceholder="请输入内容"
v-model="inputQuery.appSecret"
></el-input>
</el-form-item>
</div>
</el-col>
</el-row>
</el-card>
<div style="text-align: center">
<el-form-item>
@ -285,7 +290,16 @@ export default {
border-radius: 4px;
flex-wrap: wrap;
}
.form-title {
font-size: 16px;
font-family: Noto Sans SC;
font-weight: bold;
color: #303133;
}
</style>
<style>
.el-card {
margin-right: 20px;

Loading…
Cancel
Save