Commit 5b8cc30a authored by 李驰骋's avatar 李驰骋

名称、log相关调整

parent 7959413f
# 页面标题 # 页面标题
VUE_APP_TITLE = 宝绅-生产执行系统 VUE_APP_TITLE = 腾燊嘉诚-生产执行系统
# 开发环境配置 # 开发环境配置
ENV = 'development' ENV = 'development'
# 若依管理系统/开发环境 # 若依管理系统/开发环境
VUE_APP_BASE_API = 'http://192.168.3.181:8100' VUE_APP_BASE_API = 'http://localhost:8089'
# 路由懒加载 # 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true VUE_CLI_BABEL_TRANSPILE_MODULES = true
# 页面标题 # 页面标题
VUE_APP_TITLE = 宝绅-生产执行系统 VUE_APP_TITLE = 腾燊嘉诚-生产执行系统
NODE_ENV = production NODE_ENV = production
...@@ -7,4 +7,4 @@ NODE_ENV = production ...@@ -7,4 +7,4 @@ NODE_ENV = production
ENV = 'mes' ENV = 'mes'
# 若依管理系统/测试环境 # 若依管理系统/测试环境
VUE_APP_BASE_API = 'http://192.168.3.181:8100' VUE_APP_BASE_API = 'http://192.168.222.60:8089'
# 页面标题 # 页面标题
VUE_APP_TITLE = 宝绅-生产执行系统 VUE_APP_TITLE = 腾燊嘉诚-生产执行系统
# 生产环境配置 # 生产环境配置
ENV = 'production' ENV = 'production'
......
# 页面标题 # 页面标题
VUE_APP_TITLE = 宝绅-生产执行系统 VUE_APP_TITLE = 腾燊嘉诚-生产执行系统
NODE_ENV = production NODE_ENV = production
......
public/favicon.ico

114 KB | W: | H:

public/favicon.ico

1.85 KB | W: | H:

public/favicon.ico
public/favicon.ico
public/favicon.ico
public/favicon.ico
  • 2-up
  • Swipe
  • Onion skin
...@@ -43,7 +43,7 @@ export default { ...@@ -43,7 +43,7 @@ export default {
if (roles.includes("OrderRole")){ if (roles.includes("OrderRole")){
return "订单管理系统" return "订单管理系统"
} }
return '宝绅系统'; return '腾燊嘉诚系统';
} }
}, },
data() { data() {
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
</div> </div>
<div class="index_from page-account-container from-wh"> <div class="index_from page-account-container from-wh">
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form"> <el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form">
<h3 class="title">宝绅系统</h3> <h3 class="title">腾燊嘉诚系统</h3>
<el-form-item prop="username"> <el-form-item prop="username">
<el-input <el-input
v-model="loginForm.username" v-model="loginForm.username"
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
</el-form> </el-form>
<el-row :gutter="10" class="mb8"> <el-row :gutter="10" class="mb8">
<!-- <el-col :span="1.5"> <el-col :span="1.5">
<el-button <el-button
type="primary" type="primary"
plain plain
...@@ -52,8 +52,7 @@ ...@@ -52,8 +52,7 @@
:disabled="single" :disabled="single"
@click="handleUpdate" @click="handleUpdate"
>修改</el-button> >修改</el-button>
</el-col> </el-col><el-col :span="1.5">
<el-col :span="1.5">
<el-button <el-button
type="danger" type="danger"
plain plain
...@@ -62,7 +61,7 @@ ...@@ -62,7 +61,7 @@
:disabled="multiple" :disabled="multiple"
@click="handleDelete" @click="handleDelete"
>删除</el-button> >删除</el-button>
</el-col> --> </el-col>
<el-col :span="1.5"> <el-col :span="1.5">
<el-button <el-button
type="warning" type="warning"
...@@ -76,7 +75,7 @@ ...@@ -76,7 +75,7 @@
</el-row> </el-row>
<el-table v-loading="loading" :data="factoryList" @selection-change="handleSelectionChange"> <el-table v-loading="loading" :data="factoryList" @selection-change="handleSelectionChange">
<!-- <el-table-column type="selection" width="55" align="center" /> --> <el-table-column type="selection" width="55" align="center" />
<!-- <el-table-column label="工厂id" align="center" prop="factoryId" />--> <!-- <el-table-column label="工厂id" align="center" prop="factoryId" />-->
<el-table-column label="工厂编码" align="center" prop="factoryCode" > <el-table-column label="工厂编码" align="center" prop="factoryCode" >
<template slot-scope="scope"> <template slot-scope="scope">
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
</el-form-item> </el-form-item>
</el-form> </el-form>
<!-- <el-row :gutter="10" class="mb8"> <el-row :gutter="10" class="mb8">
<el-col :span="1.5"> <el-col :span="1.5">
<el-button <el-button
type="primary" type="primary"
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
>删除</el-button> >删除</el-button>
</el-col> </el-col>
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar> <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
</el-row> --> </el-row>
<el-table v-loading="loading" :data="workshopList" @selection-change="handleSelectionChange"> <el-table v-loading="loading" :data="workshopList" @selection-change="handleSelectionChange">
<!-- <el-table-column type="selection" width="55" align="center" /> --> <!-- <el-table-column type="selection" width="55" align="center" /> -->
......
...@@ -9,23 +9,6 @@ ...@@ -9,23 +9,6 @@
label-width="100px" label-width="100px"
> >
<el-row> <el-row>
<el-col :span="6">
<el-form-item label="工厂" prop="factory">
<el-select
v-model="form.factoryCode"
class="form-item"
clearable
placeholder="请选择工厂"
>
<el-option
v-for="item in factoryCodes"
:key="item.value"
:value="item.value"
:label="item.label"
/>
</el-select>
</el-form-item>
</el-col>
<el-col :span="6"> <el-col :span="6">
<el-form-item label="工作中心编码" prop="workstationCode"> <el-form-item label="工作中心编码" prop="workstationCode">
<el-input <el-input
...@@ -102,7 +85,7 @@ ...@@ -102,7 +85,7 @@
>新增</el-button >新增</el-button
> >
</el-col> </el-col>
<!-- <el-col :span="1.5"> <el-col :span="1.5">
<el-button <el-button
type="success" type="success"
plain plain
...@@ -125,7 +108,7 @@ ...@@ -125,7 +108,7 @@
v-hasPermi="['mes:md:workstation:remove']" v-hasPermi="['mes:md:workstation:remove']"
>删除</el-button >删除</el-button
> >
</el-col> --> </el-col>
<el-col :span="1.5"> <el-col :span="1.5">
<el-button <el-button
type="warning" type="warning"
...@@ -227,23 +210,6 @@ ...@@ -227,23 +210,6 @@
label-width="120px" label-width="120px"
> >
<el-row> <el-row>
<el-col :span="12">
<el-form-item label="工厂" prop="factoryCode">
<el-select
v-model="form.factoryCode"
class="form-item"
clearable
placeholder="请选择工厂"
>
<el-option
v-for="item in factoryCodes"
:key="item.value"
:value="item.value"
:label="item.label"
/>
</el-select>
</el-form-item>
</el-col>
<el-col :span="12"> <el-col :span="12">
<el-form-item label="工作中心编号" prop="workstationCode"> <el-form-item label="工作中心编号" prop="workstationCode">
<el-input <el-input
...@@ -554,10 +520,6 @@ export default { ...@@ -554,10 +520,6 @@ export default {
value: "pId", value: "pId",
label: "pName", label: "pName",
}, },
factoryCodes: [
{ value: "1000", label: "广州市宝绅科技应用有限公司" },
{ value: "1010", label: "广州市宝绅科技有限公司RFID工厂" },
],
// 遮罩层 // 遮罩层
loading: true, loading: true,
// 选中数组 // 选中数组
......
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
</el-form> </el-form>
<el-row :gutter="10" class="mb8"> <el-row :gutter="10" class="mb8">
<!-- <el-col :span="1.5"> <el-col :span="1.5">
<el-button <el-button
type="primary" type="primary"
plain plain
...@@ -84,7 +84,7 @@ ...@@ -84,7 +84,7 @@
v-hasPermi="['md:workunit:add']" v-hasPermi="['md:workunit:add']"
>新增</el-button >新增</el-button
> >
</el-col> --> </el-col>
<el-col :span="1.5"> <el-col :span="1.5">
<el-button <el-button
type="success" type="success"
...@@ -211,7 +211,6 @@ ...@@ -211,7 +211,6 @@
ref="form" ref="form"
:model="form" :model="form"
:rules="rules" :rules="rules"
disabled
label-width="80px" label-width="80px"
> >
<el-row> <el-row>
......
...@@ -190,7 +190,7 @@ ...@@ -190,7 +190,7 @@
show-overflow-tooltip show-overflow-tooltip
/> />
<el-table-column <el-table-column
label="宝绅内部品名" label="内部品名"
prop="productName" prop="productName"
width="140" width="140"
show-overflow-tooltip show-overflow-tooltip
......
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
<el-table-column label="loss数量" prop="lossNum" min-width="120"/> <el-table-column label="loss数量" prop="lossNum" min-width="120"/>
<el-table-column label="产品数量" prop="num" min-width="120"/> <el-table-column label="产品数量" prop="num" min-width="120"/>
<el-table-column label="状态" prop="state" min-width="120"/> <el-table-column label="状态" prop="state" min-width="120"/>
<el-table-column label="宝绅内部品名" prop="productName" min-width="120"/> <el-table-column label="内部品名" prop="productName" min-width="120"/>
<el-table-column label="客户产品名称" prop="poProductName" min-width="120"/> <el-table-column label="客户产品名称" prop="poProductName" min-width="120"/>
<el-table-column label="客户产品代码" prop="poProductNo" min-width="120"/> <el-table-column label="客户产品代码" prop="poProductNo" min-width="120"/>
<el-table-column label="客户颜色" prop="poColor" min-width="120"/> <el-table-column label="客户颜色" prop="poColor" min-width="120"/>
...@@ -182,7 +182,7 @@ ...@@ -182,7 +182,7 @@
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="12"> <el-col :span="12">
<el-form-item label="宝绅内部品名" prop="productName"> <el-form-item label="内部品名" prop="productName">
<el-input v-model.trim="detailForm.productName" clearable placeholder="请输入"/> <el-input v-model.trim="detailForm.productName" clearable placeholder="请输入"/>
</el-form-item> </el-form-item>
</el-col> </el-col>
......
<template> <template>
<div class="productOrderSpecification"> <div class="productOrderSpecification">
<div class="pageTop"> <div class="pageTop">
<div class="titles">广州市宝绅科技应用有限公司</div> <div class="titles">腾燊嘉诚</div>
<div class="img"> <div class="img">
<img width="140" src="@/assets/logo/logo.png" alt=""> <img width="140" src="@/assets/logo/logo.png" alt="">
</div> </div>
<div class="pageContent"> <div class="pageContent">
<div>电话:020-36201735 36343998</div> <div>电话:</div>
<div>邮箱:<u>gzbaoshen@gzbaoshen.com</u></div> <div>邮箱:</div>
</div> </div>
<div class="pageContent"> <div class="pageContent">
<div>传真:020-36201782 36201962</div> <div>传真:</div>
<div style="padding-right:50px;">网站:<u>www.gzbaoshen.com</u></div> <div style="padding-right:50px;">网站:</div>
</div> </div>
<div class="titles"> <div class="titles">
<div class="cdbh">存档编号:</div> <div class="cdbh">存档编号:</div>
......
...@@ -8,7 +8,7 @@ function resolve(dir) { ...@@ -8,7 +8,7 @@ function resolve(dir) {
const CompressionPlugin = require('compression-webpack-plugin') const CompressionPlugin = require('compression-webpack-plugin')
// const name = process.env.VUE_APP_TITLE || 'MES-软件开发记录' // 网页标题 // const name = process.env.VUE_APP_TITLE || 'MES-软件开发记录' // 网页标题
const name = '宝绅-生产执行系统' // 网页标题 const name = '腾燊嘉诚-生产执行系统' // 网页标题
const port = process.env.port || process.env.npm_config_port || 80 // 端口 const port = process.env.port || process.env.npm_config_port || 80 // 端口
...@@ -36,8 +36,8 @@ module.exports = { ...@@ -36,8 +36,8 @@ module.exports = {
proxy: { proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy // detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: { [process.env.VUE_APP_BASE_API]: {
// target: `http://localhost:8080`, target: `http://localhost:8089`,
target: `http://192.168.3.181:8100`, //target: `http://192.168.3.91:8100`,
// target: `http://192.168.4.122:8080`, // target: `http://192.168.4.122:8080`,
changeOrigin: true, changeOrigin: true,
pathRewrite: { pathRewrite: {
...@@ -45,7 +45,7 @@ module.exports = { ...@@ -45,7 +45,7 @@ module.exports = {
} }
}, },
'/ureport': { '/ureport': {
target: 'http://localhost:8080', target: 'http://192.168.222.60:8080',
ws:false, ws:false,
changeOrigin: true, changeOrigin: true,
pathRewrite: { pathRewrite: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment