Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
TF-MOM-WEB
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
TFMOM
TF-MOM-WEB
Commits
e96329fe
Commit
e96329fe
authored
Jan 19, 2024
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
验收单样式修改
parent
758429c4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
60 additions
and
29 deletions
+60
-29
equipmenCheckNo.vue
...ts/JobResponseInTestProcess/component/equipmenCheckNo.vue
+27
-7
materialCheckNo.vue
...ts/JobResponseInTestProcess/component/materialCheckNo.vue
+15
-15
outSourceCheckNo.vue
...s/JobResponseInTestProcess/component/outSourceCheckNo.vue
+18
-7
No files found.
applications/dee-mes/src/privateComponents/components/JobResponseInTestProcess/component/equipmenCheckNo.vue
View file @
e96329fe
...
...
@@ -6,7 +6,26 @@
*/
<
template
>
<div
class=
"equipmen-checkNo"
>
<dee-tools
:tools=
"tools"
mode=
"normal"
style=
"flex-direction: row-reverse;margin-bottom: 12px;"
/>
<div
class=
"head"
style=
"margin-bottom: 12px;"
>
<!--
<div>
<el-popover
placement=
"bottom"
width=
"800"
trigger=
"click"
>
<upload-files
ref=
"chemical"
v-model=
"form.chemicalObjFileLinks"
:view-or-edit=
"'view'"
/>
<el-button
slot=
"reference"
size=
"medium"
type=
"primary"
>
查看附件
</el-button>
</el-popover>
</div>
-->
<div
v-if=
" !allDisabled"
class=
"right-button"
>
<el-button
type=
"primary"
size=
"medium"
@
click=
"onSubmit"
>
保存
</el-button>
</div>
<div
class=
"right-button"
>
<el-button
type=
"primary"
size=
"medium"
@
click=
"savePDF"
>
下载
</el-button>
</div>
<!--
<dee-tools
:tools=
"tools"
mode=
"normal"
style=
"flex-direction: row-reverse;margin-bottom: 12px;"
/>
-->
</div>
<!--
<dee-tools
:tools=
"tools"
mode=
"normal"
style=
"flex-direction: row-reverse;margin-bottom: 12px;"
/>
-->
<el-form
ref=
"form"
:model=
"form"
:rules=
"formRules"
>
<el-col
:span=
"8"
>
<el-form-item
label-width=
"100px"
label=
"验收单号"
prop=
"testNo"
>
...
...
@@ -400,12 +419,13 @@ export default {
</
script
>
<
style
lang=
'scss'
>
.equipmen-checkNo
{
.el-select
{
// width: 220px
}
.el-input
{
// width: 220px
.head
{
display
:
flex
;
justify-content
:
flex-end
;
align-items
:
center
;
.right-button
{
margin-left
:
10px
;
}
}
}
</
style
>
applications/dee-mes/src/privateComponents/components/JobResponseInTestProcess/component/materialCheckNo.vue
View file @
e96329fe
...
...
@@ -17,12 +17,12 @@
<el-button
slot=
"reference"
size=
"medium"
type=
"primary"
>
查看附件
</el-button>
</el-popover>
</div>
<div
class=
"right-button"
>
<el-button
type=
"primary"
size=
"medium"
@
click=
"savePDF"
>
下载
</el-button>
</div>
<div
v-if=
" !allDisabled"
class=
"right-button"
>
<el-button
type=
"primary"
size=
"medium"
@
click=
"onSubmit"
>
保存
</el-button>
</div>
<div
class=
"right-button"
>
<el-button
type=
"primary"
size=
"medium"
@
click=
"savePDF"
>
下载
</el-button>
</div>
<!--
<dee-tools
:tools=
"tools"
mode=
"normal"
style=
"flex-direction: row-reverse;margin-bottom: 12px;"
/>
-->
</div>
<el-form
ref=
"form"
:model=
"form"
class=
"checkNo-container"
:rules=
"formRules"
>
...
...
@@ -38,7 +38,7 @@
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"封装期"
label-width=
"
8
0px"
>
<el-form-item
label=
"封装期"
label-width=
"
10
0px"
>
<el-date-picker
v-model=
"form.maskPeriod"
clearable
...
...
@@ -50,7 +50,7 @@
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"保质期/贮存期"
label-width=
"1
3
0px"
>
<el-form-item
label=
"保质期/贮存期"
label-width=
"1
1
0px"
>
<el-date-picker
v-model=
"form.qualityPeriod"
clearable
...
...
@@ -155,7 +155,14 @@
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-col
v-if=
"form.isSizeCheck"
:span=
"4"
>
<div
class=
"radio-input"
>
<el-form-item
label=
"抽样数"
label-width=
"60px"
>
<el-input-number
v-model=
"form.sampleAmount"
:disabled=
"allDisabled"
clearable
:min=
"0"
placeholder=
"抽样数量"
/>
</el-form-item>
</div>
</el-col>
<el-col
:span=
"5"
>
<div
class=
"radio-input"
>
<el-form-item
label=
"不合格数"
label-width=
"80px"
prop=
"noPassAmount"
>
<el-input-number
...
...
@@ -169,19 +176,12 @@
</el-form-item>
</div>
</el-col>
<el-col
v-if=
"form.isSizeCheck"
:span=
"8"
>
<div
class=
"radio-input"
>
<el-form-item
label=
"抽样数"
label-width=
"130px"
>
<el-input-number
v-model=
"form.sampleAmount"
:disabled=
"allDisabled"
clearable
:min=
"0"
placeholder=
"抽样数量"
/>
</el-form-item>
</div>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"检验依据"
label-width=
"70px"
>
<el-input
v-model=
"form.checkBill"
:disabled=
"allDisabled"
clearable
placeholder=
"请输入检验依据"
/>
</el-form-item>
</el-col>
<el-col
:span=
"
8
"
>
<el-col
:span=
"
7
"
>
<el-form-item
label=
"备注"
label-width=
"70px"
>
<el-input
v-model=
"form.remark"
:disabled=
"allDisabled"
clearable
placeholder=
"备注"
/>
</el-form-item>
...
...
@@ -985,7 +985,7 @@ export default {
.material-checkNo
{
.head
{
display
:
flex
;
justify-content
:
flex-
start
;
justify-content
:
flex-
end
;
align-items
:
center
;
.right-button
{
margin-left
:
10px
;
...
...
applications/dee-mes/src/privateComponents/components/JobResponseInTestProcess/component/outSourceCheckNo.vue
View file @
e96329fe
...
...
@@ -6,7 +6,16 @@
*/
<
template
>
<div
class=
"outSource-checkNo"
>
<dee-tools
:tools=
"tools"
mode=
"normal"
style=
"flex-direction: row-reverse;margin-bottom: 12px;"
/>
<div
class=
"head"
style=
"margin-bottom: 12px;"
>
<div
v-if=
" !allDisabled"
class=
"right-button"
>
<el-button
type=
"primary"
size=
"medium"
@
click=
"onSubmit"
>
保存
</el-button>
</div>
<div
class=
"right-button"
>
<el-button
type=
"primary"
size=
"medium"
@
click=
"savePDF"
>
下载
</el-button>
</div>
<!--
<dee-tools
:tools=
"tools"
mode=
"normal"
style=
"flex-direction: row-reverse;margin-bottom: 12px;"
/>
-->
</div>
<!--
<dee-tools
:tools=
"tools"
mode=
"normal"
style=
"flex-direction: row-reverse;margin-bottom: 12px;"
/>
-->
<el-form
ref=
"form"
:model=
"form"
class=
"checkNo-container"
:rules=
"formRules"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"验收单号"
label-width=
"100px"
prop=
"testNo"
>
...
...
@@ -364,11 +373,13 @@ export default {
</
script
>
<
style
lang=
'scss'
>
.outSource-checkNo
{
// .el-select {
// width: 220px
// }
// .el-input {
// width: 220px
// }
.head
{
display
:
flex
;
justify-content
:
flex-end
;
align-items
:
center
;
.right-button
{
margin-left
:
10px
;
}
}
}
</
style
>
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