Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tianjin
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
徐来柯
tianjin
Commits
95d811a3
Commit
95d811a3
authored
Jan 20, 2021
by
徐来柯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
dcb230cf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
11 deletions
+26
-11
common.scss
src/assets/sass/common.scss
+2
-2
linePop.vue
src/views/education/component/linePop.vue
+24
-9
No files found.
src/assets/sass/common.scss
View file @
95d811a3
...
@@ -156,8 +156,8 @@
...
@@ -156,8 +156,8 @@
}
}
.el-table
.warning-row
td
{
.el-table
.warning-row
td
{
background
:
#ff4949
!
important
;
//
background: #ff4949 !important;
color
:
#ff
f
!
important
;
color
:
#ff
4949
!
important
;
}
}
input
,
textarea
{
input
,
textarea
{
padding
:
0
15px
;
padding
:
0
15px
;
...
...
src/views/education/component/linePop.vue
View file @
95d811a3
...
@@ -49,19 +49,19 @@
...
@@ -49,19 +49,19 @@
<input
v-model=
"Desc"
class=
"nameipt"
/>
<input
v-model=
"Desc"
class=
"nameipt"
/>
</div>
</div>
<div
v-if=
"type == 6"
class=
"name"
>
<div
v-if=
"type == 6"
class=
"n
ewN
ame"
>
<span>
生产计划编号:
</span>
<span>
生产计划编号:
</span>
<span
@
click=
"openRelate('VPID')"
class=
"relateBtn plan_relateBtn"
>
选 择
</span>
<span
@
click=
"openRelate('VPID')"
class=
"relateBtn plan_relateBtn"
>
选 择
</span>
<input
v-model=
"VPID"
disabled
class=
"nameipt disInput"
/>
<input
v-model=
"VPID"
disabled
class=
"nameipt disInput"
/>
<input
v-model=
"PID"
disabled
class=
"nameipt planName"
/>
<input
v-model=
"PID"
disabled
class=
"nameipt planName"
/>
</div>
</div>
<div
v-if=
"type == 6"
style=
"margin-top: 20px"
class=
"name"
>
<div
v-if=
"type == 6"
style=
"margin-top: 20px"
class=
"n
ewN
ame"
>
<span>
产品编号:
</span>
<span>
产品编号:
</span>
<el-select
class=
"apply
planName
"
v-model=
"ProductID"
clearable
placeholder=
"请选择"
>
<el-select
class=
"apply
applySelect
"
v-model=
"ProductID"
clearable
placeholder=
"请选择"
>
<el-option
<el-option
v-for=
"item in proList"
v-for=
"item in proList"
:key=
"item.
Name
"
:key=
"item.
ProNumber
"
:label=
"item.
Name
"
:label=
"item.
ProNumber
"
:value=
"item.ID"
>
:value=
"item.ID"
>
</el-option>
</el-option>
</el-select>
</el-select>
...
@@ -148,7 +148,7 @@
...
@@ -148,7 +148,7 @@
<div
v-if=
"type == 6"
class=
"name2"
style=
"margin-top: 70px"
>
<div
v-if=
"type == 6"
class=
"name2"
style=
"margin-top: 70px"
>
<span>
交货日期临近报警:
</span>
<span>
交货日期临近报警:
</span>
<span
@
click=
"openRelate('VStatus')"
style=
" float: right; margin: 0;"
class=
"relateBtn"
>
选 择
</span>
<span
@
click=
"openRelate('VStatus')"
style=
" float: right; margin: 0;"
class=
"relateBtn"
>
选 择
</span>
<input
v-model=
"VStatus"
disabled
class=
"nameipt"
style=
"width: 3
48px !important;height: 40px
"
/>
<input
v-model=
"VStatus"
disabled
class=
"nameipt"
style=
"width: 3
68px !important;height: 40px; margin-left: -20px;
"
/>
</div>
</div>
<div
v-if=
"type==3"
class=
"namebtn"
>
<div
v-if=
"type==3"
class=
"namebtn"
>
<span>
选择所包含的工序:
</span>
<span>
选择所包含的工序:
</span>
...
@@ -868,8 +868,12 @@ export default {
...
@@ -868,8 +868,12 @@ export default {
width
:
70%
;
width
:
70%
;
margin
:
auto
;
margin
:
auto
;
line-height
:
40px
;
line-height
:
40px
;
span
:first-child
{
position
:
relative
;
left
:
-25px
;
}
}
}
.name
{
.name
,
.newName
{
width
:
70%
;
width
:
70%
;
// height: 40px;
// height: 40px;
margin
:
auto
;
margin
:
auto
;
...
@@ -884,13 +888,24 @@ export default {
...
@@ -884,13 +888,24 @@ export default {
width
:
360px
;
width
:
360px
;
}
}
.nametextar
{
.nametextar
{
width
:
460px
;
width
:
460px
;
margin-top
:
10px
;
margin-top
:
10px
;
height
:
60px
;
height
:
60px
;
float
:
right
;
float
:
right
;
}
}
}
}
.newName
{
overflow
:
visible
;
span
:first-child
{
position
:
relative
;
left
:
-25px
;
}
}
.applySelect
{
width
:
365px
!
important
;
margin-right
:
20px
;
}
.planName
{
.planName
{
width
:
235px
!
important
;
width
:
235px
!
important
;
margin-right
:
20px
;
margin-right
:
20px
;
...
...
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