Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Releases
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-ui
Commits
bc18559c
Commit
bc18559c
authored
Mar 31, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
userId
parent
7dbc480f
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
11 deletions
+7
-11
index.vue
pages/bug/index.vue
+2
-2
index.vue
pages/order/quotation/index.vue
+1
-1
index.vue
pages/processDesign/ChangeSingle/unqualifiedorder/index.vue
+1
-1
add.vue
pages/resource/material/placode/add.vue
+1
-3
add.vue
pages/resource/material/powder/add.vue
+1
-1
add.vue
pages/resource/material/scraper/add.vue
+1
-3
No files found.
pages/bug/index.vue
View file @
bc18559c
...
...
@@ -514,14 +514,14 @@ export default {
},
created
()
{
window
.
screenHeight
=
window
.
innerHeight
this
.
gridHeight
=
window
.
screenHeight
-
2
4
0
this
.
gridHeight
=
window
.
screenHeight
-
2
5
0
},
mounted
()
{
// this.search(this.searchForm)
window
.
onresize
=
()
=>
{
return
(()
=>
{
window
.
screenHeight
=
window
.
innerHeight
this
.
gridHeight
=
window
.
screenHeight
-
2
4
0
this
.
gridHeight
=
window
.
screenHeight
-
2
5
0
})()
}
}
...
...
pages/order/quotation/index.vue
View file @
bc18559c
...
...
@@ -145,7 +145,7 @@ import PhotosensitiveDetails from "./components/photosensitiveDetails.vue"; //
import
MetalQuotationGeneration
from
"./components/metalQuotationGeneration.vue"
;
//生成报价单弹框
import
PhotosensitiveGeneration
from
"./components/photosensitiveGeneration.vue"
;
//生成报价单弹框
var
userId
=
JSON
.
parse
(
sessionStorage
.
getItem
(
"userInfo"
))
.
userId
;
var
userId
=
this
.
$store
.
state
.
userInfo
.
userId
;
export
default
{
components
:
{
DrawerSet
,
...
...
pages/processDesign/ChangeSingle/unqualifiedorder/index.vue
View file @
bc18559c
...
...
@@ -466,7 +466,7 @@ export default {
this
.
formdata
.
department_name
=
""
;
//部门名称departmentTitle
this
.
formdata
.
status
=
1
;
this
.
formdata
.
note
=
""
;
var
userId
=
JSON
.
parse
(
sessionStorage
.
getItem
(
"userInfo"
))
.
userId
;
var
userId
=
this
.
$store
.
state
.
userInfo
.
userId
;
let
parma
=
{
Id
:
userId
};
...
...
pages/resource/material/placode/add.vue
View file @
bc18559c
...
...
@@ -121,9 +121,7 @@ export default {
data
()
{
return
{
entity
:
{
creator
:
parseInt
(
JSON
.
parse
(
sessionStorage
.
getItem
(
'userInfo'
)).
userId
),
creator
:
this
.
$store
.
state
.
userInfo
.
userId
,
thickness
:
null
,
inventory
:
null
},
...
...
pages/resource/material/powder/add.vue
View file @
bc18559c
...
...
@@ -131,7 +131,7 @@ export default {
entity
:
{
totalInventory
:
null
,
unitPrice
:
null
,
creator
:
this
.
$store
.
state
.
userInfo
.
userId
,
},
rules
:
{
storeTitle
:
[
...
...
pages/resource/material/scraper/add.vue
View file @
bc18559c
...
...
@@ -105,9 +105,7 @@ export default {
data
()
{
return
{
entity
:
{
creator
:
parseInt
(
JSON
.
parse
(
sessionStorage
.
getItem
(
'userInfo'
)).
userId
),
creator
:
this
.
$store
.
state
.
userInfo
.
userId
,
inCount
:
null
,
quantityCount
:
null
,
price
:
null
...
...
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