代码备份

master
anthonywj 2 years ago
parent fb7dd857ba
commit 95eb9f8e02

@ -1,5 +1,5 @@
# 页面标题
VUE_APP_TITLE = UDI协调平台
VUE_APP_TITLE = UDI监管平台
# 开发环境配置
ENV = 'development'

@ -1,5 +1,5 @@
# 页面标题
VUE_APP_TITLE = UDI协调平台
VUE_APP_TITLE = UDI监管平台
@ -10,12 +10,12 @@ ENV = 'production'
# 线上
VUE_APP_BASE_API = 'http://116.204.71.86:9150/UDI_WMS_MC/'
VUE_APP_BASE_API = 'https://ts.udims.com/api/'
# 叶东旭
# VUE_APP_BASE_API = 'http://192.168.0.153:9150/UDI_CPT_SERVER/'
# 应用访问路径 例如使用前缀 /admin/
VUE_APP_CONTEXT_PATH = '/UDI_CPT_CLIENT/'
VUE_APP_CONTEXT_PATH = '/'
# 监控地址
VUE_APP_MONITRO_ADMIN = '/admin/login'

@ -1,5 +1,5 @@
# 页面标题
VUE_APP_TITLE = UDI协调平台
VUE_APP_TITLE = UDI监管平台
# 生产环境配置
ENV = 'test'

Binary file not shown.

Before

Width:  |  Height:  |  Size: 332 KiB

After

Width:  |  Height:  |  Size: 335 KiB

@ -9,7 +9,7 @@
src="../assets/logo/logo.png"
/>
</div>
<h3 style="text-align: center;font-size: larger ;color:#707070 ">UDI协调平台企业信息登记</h3>
<h3 style="text-align: center;font-size: larger ;color:#707070 ">UDI监管平台企业信息登记</h3>
</div>
<el-form
:model="inputQuery"

@ -2,7 +2,7 @@
<div class="app-container home">
<el-row :gutter="20">
<el-col :sm="24" :lg="12" style="padding-left: 20px">
<h2>欢迎使用UDI协调平台</h2>
<h2>欢迎使用UDI监管平台</h2>
</el-col>
</el-row>

@ -1,7 +1,7 @@
<template>
<div class="login">
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form">
<h3 class="title">UDI协调平台</h3>
<h3 class="title">UDI监管平台</h3>
<el-form-item prop="username">
<el-input
v-model="loginForm.username"

@ -1,8 +1,8 @@
<template>
<div class="login-container">
<div class="textTitle">
<h3 class="toptitle">UDI协调平台</h3>
<h3 class="topSubtitle">UDI监管系统</h3>
<h3 class="toptitle">医疗器械</h3>
<h3 class="topSubtitle">UDI监管平台</h3>
</div>
<el-form
class="card-box login-form"
@ -81,7 +81,7 @@
color: white;
"
>
开发单位厦门高立新鹏软件科技有限公司 技术支持4009909112
开发单位厦门高立新鹏软件科技有限公司 技术支持400-990-9112
</div>
</div>
</template>

@ -1,8 +1,8 @@
<template>
<div class="login-container">
<div class="textTitle">
<h3 class="toptitle">UDI协调平台</h3>
<h3 class="topSubtitle">UDI监管系统</h3>
<h3 class="toptitle">医疗器械</h3>
<h3 class="topSubtitle">UDI监管平台</h3>
</div>
<el-form
class="card-box login-form"
@ -88,7 +88,7 @@
color: white;
"
>
开发单位厦门高立新鹏软件科技有限公司 技术支持4009909112
开发单位厦门高立新鹏软件科技有限公司 技术支持400-990-9112
</div>
</div>
</template>

@ -1058,6 +1058,15 @@ div /deep/ .el-table .success-row {
/*transition: all .5s;*/
}
.form-title {
font-size: 16px;
font-family: Noto Sans SC;
font-weight: bold;
color: #303133;
padding-bottom: 17px;
padding-top: 17px;
}
.query-form-item {
display: block !important;
margin-bottom: 5px;

@ -228,7 +228,8 @@
<el-table-column label="失效日期" prop="expireDate" width="180"></el-table-column>
<el-table-column label="序列号" prop="serialNo" width="120"></el-table-column>
<el-table-column label="包装层级" prop="bzcj" width="180"></el-table-column>
<el-table-column label="包装状态" prop="packState" width="180" :formatter="formaterPackState"></el-table-column>
<el-table-column label="包装状态" prop="packState" width="180"
:formatter="formaterPackState"></el-table-column>
<el-table-column label="操作" width="100" fixed="right">
<template slot-scope="scope">
<el-button
@ -499,13 +500,16 @@
<el-table-column label="序号" type="index"></el-table-column>
<el-table-column label="单据号" prop="billNo" width="150"></el-table-column>
<el-table-column label="单据类型" prop="billType" width="100"></el-table-column>
<el-table-column label="单据源头类型" prop="sourceType" width="100" :formatter="formaterSourceType"></el-table-column>
<el-table-column label="出入库类型" prop="inOutType" width="100" :formatter="formaterInOutType"></el-table-column>
<el-table-column label="单据源头类型" prop="sourceType" width="100"
:formatter="formaterSourceType"></el-table-column>
<el-table-column label="出入库类型" prop="inOutType" width="100"
:formatter="formaterInOutType"></el-table-column>
<el-table-column label="单据日期" prop="billDate" width="150"></el-table-column>
<el-table-column label="更新时间" prop="updateTime" width="150"></el-table-column>
<el-table-column label="发货企业" prop="fromCorp" width="220"></el-table-column>
<el-table-column label="收货企业" prop="toCorp" width="220"></el-table-column>
<el-table-column label="所属企业" prop="companyIdFk" width="220" :formatter="formatCompanyName"></el-table-column>
<el-table-column label="所属企业" prop="companyIdFk" width="220"
:formatter="formatCompanyName"></el-table-column>
<!-- <el-table-column label="备注" prop="remark" width="220"></el-table-column>-->
<!-- <el-table-column label="序号" type="index"></el-table-column>
@ -742,8 +746,10 @@
<script>
import {filterylqxzcrbarmc,filterCpmctymc, filterGgxh, filterNameCode, sourceSearch,filterCompanyName,
getTraceManuOrderList,getManuCodeRelList} from "@/api/udi/udiTrace";
import {
filterylqxzcrbarmc, filterCpmctymc, filterGgxh, filterNameCode, sourceSearch, filterCompanyName,
getTraceManuOrderList, getManuCodeRelList
} from "@/api/udi/udiTrace";
export default {
@ -1068,12 +1074,6 @@ export default {
</script>
<style scoped>
.checkitemTag {
float: left;
text-align: left;
margin-top: 5px;
width: 100%;
}
div /deep/ .el-table .warning-row {
background: #bebebe;
@ -1083,9 +1083,13 @@ div /deep/ .el-table .success-row {
background: #ffffff;
}
.el-card {
margin-right: 20px;
/*transition: all .5s;*/
.form-title {
font-size: 16px;
font-family: Noto Sans SC;
font-weight: bold;
color: #303133;
padding-bottom: 17px;
padding-top: 17px;
}
.query-form-item {

@ -7,7 +7,7 @@ function resolve(dir) {
const CompressionPlugin = require("compression-webpack-plugin");
const name = process.env.VUE_APP_TITLE || "UDI协调平台"; // 网页标题
const name = process.env.VUE_APP_TITLE || "UDI监管平台"; // 网页标题
const port = process.env.port || process.env.npm_config_port || 80; // 端口

Loading…
Cancel
Save