Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mes
mes-ui
Commits
5b8cc30a
Commit
5b8cc30a
authored
Jan 06, 2025
by
李驰骋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
名称、log相关调整
parent
7959413f
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
33 additions
and
73 deletions
+33
-73
.env.development
.env.development
+2
-2
.env.mes
.env.mes
+2
-2
.env.production
.env.production
+1
-1
.env.staging
.env.staging
+1
-1
favicon.ico
public/favicon.ico
+0
-0
Logo.vue
src/layout/components/Sidebar/Logo.vue
+1
-1
login.vue
src/views/login.vue
+1
-1
index.vue
src/views/mes/md/factory/index.vue
+4
-5
index.vue
src/views/mes/md/workshop/index.vue
+3
-3
index.vue
src/views/mes/md/workstation/index.vue
+4
-42
index.vue
src/views/mes/md/workunit/index.vue
+2
-3
index.vue
src/views/mes/order/purchase/index.vue
+1
-1
index.vue
src/views/mes/order/purchaseDetail/index.vue
+2
-2
productOrderSpecification.vue
...ews/mes/pro/workorder/print/productOrderSpecification.vue
+5
-5
vue.config.js
vue.config.js
+4
-4
No files found.
.env.development
View file @
5b8cc30a
# 页面标题
# 页面标题
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
.env.mes
View file @
5b8cc30a
# 页面标题
# 页面标题
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
'
.env.production
View file @
5b8cc30a
# 页面标题
# 页面标题
VUE_APP_TITLE =
宝绅
-生产执行系统
VUE_APP_TITLE =
腾燊嘉诚
-生产执行系统
# 生产环境配置
# 生产环境配置
ENV = 'production'
ENV = 'production'
...
...
.env.staging
View file @
5b8cc30a
# 页面标题
# 页面标题
VUE_APP_TITLE =
宝绅
-生产执行系统
VUE_APP_TITLE =
腾燊嘉诚
-生产执行系统
NODE_ENV = production
NODE_ENV = production
...
...
public/favicon.ico
View replaced file @
7959413f
View file @
5b8cc30a
114 KB
|
W:
|
H:
1.85 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/layout/components/Sidebar/Logo.vue
View file @
5b8cc30a
...
@@ -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
()
{
...
...
src/views/login.vue
View file @
5b8cc30a
...
@@ -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"
...
...
src/views/mes/md/factory/index.vue
View file @
5b8cc30a
...
@@ -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"
>
...
...
src/views/mes/md/workshop/index.vue
View file @
5b8cc30a
...
@@ -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"
/>
-->
...
@@ -311,7 +311,7 @@ export default {
...
@@ -311,7 +311,7 @@ export default {
this
.
single
=
selection
.
length
!==
1
this
.
single
=
selection
.
length
!==
1
this
.
multiple
=
!
selection
.
length
this
.
multiple
=
!
selection
.
length
},
},
/** 新增按钮操作 */
/** 新增按钮操作 */
handleAdd
()
{
handleAdd
()
{
this
.
reset
();
this
.
reset
();
...
...
src/views/mes/md/workstation/index.vue
View file @
5b8cc30a
...
@@ -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
...
@@ -409,7 +375,7 @@
...
@@ -409,7 +375,7 @@
></el-input>
></el-input>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
</el-row>
</el-row>
<el-row>
<el-row>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
...
@@ -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
,
// 选中数组
// 选中数组
...
@@ -657,7 +619,7 @@ export default {
...
@@ -657,7 +619,7 @@ export default {
});
});
},
},
// 取消按钮
// 取消按钮
...
...
src/views/mes/md/workunit/index.vue
View file @
5b8cc30a
...
@@ -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>
...
...
src/views/mes/order/purchase/index.vue
View file @
5b8cc30a
...
@@ -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
...
...
src/views/mes/order/purchaseDetail/index.vue
View file @
5b8cc30a
...
@@ -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>
...
...
src/views/mes/pro/workorder/print/productOrderSpecification.vue
View file @
5b8cc30a
<
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>
...
...
vue.config.js
View file @
5b8cc30a
...
@@ -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.18
1:8100`
,
//target: `http://192.168.3.9
1: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
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment