a
This commit is contained in:
@@ -243,3 +243,34 @@ h3 {
|
|||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
//生成
|
||||||
|
.el-button--shengcheng{
|
||||||
|
background: #ffffff;
|
||||||
|
border-color: rgb(255,151,89);
|
||||||
|
color: rgb(255,151,89);
|
||||||
|
&:hover{
|
||||||
|
background: #67C23A;
|
||||||
|
border-color: #67C23A;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
&:focus{
|
||||||
|
background: #67C23A;
|
||||||
|
border-color: #67C23A;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.el-button--baocun.is-disabled{
|
||||||
|
background: LightGreen;
|
||||||
|
border-color: LightGreen;
|
||||||
|
color: white;
|
||||||
|
&:hover{
|
||||||
|
background: LightGreen;
|
||||||
|
border-color: LightGreen;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
&:focus{
|
||||||
|
background: LightGreen;
|
||||||
|
border-color: LightGreen;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -189,12 +189,12 @@
|
|||||||
<el-button
|
<el-button
|
||||||
type="primary"
|
type="primary"
|
||||||
size="small"
|
size="small"
|
||||||
icon=""
|
plain
|
||||||
style="margin-left: 7.5%; margin-top: 10px"
|
style="margin-left: 7.5%; margin-top: 10px"
|
||||||
@click="doneContract">生成采购合同</el-button>
|
@click="doneContract">生成采购合同</el-button>
|
||||||
</el-card>
|
</el-card>
|
||||||
|
|
||||||
<el-dialog :visible.sync="dialogVisible1" title="供应商选择" center style="min-height: 300px">
|
<el-dialog v-el-drag-dialog :visible.sync="dialogVisible1" title="供应商选择" center style="min-height: 300px">
|
||||||
<el-form ref="form1" :model="form1" label-position="left" label-width="90px" class="searchForm">
|
<el-form ref="form1" :model="form1" label-position="left" label-width="90px" class="searchForm">
|
||||||
<el-row>
|
<el-row>
|
||||||
<el-col :span="12">
|
<el-col :span="12">
|
||||||
|
|||||||
Reference in New Issue
Block a user