This commit is contained in:
zhangdingyu
2019-09-24 14:05:37 +08:00
parent 7969617c24
commit c42c2ef297
4 changed files with 10 additions and 12 deletions

View File

@@ -249,14 +249,14 @@ h3 {
border-color: rgb(255,151,89);
color: rgb(255,151,89);
&:hover{
background: #67C23A;
border-color: #67C23A;
color: white;
background: #ffffff;
border-color: rgb(255,151,89);
color: rgb(255,151,89);
}
&:focus{
background: #67C23A;
border-color: #67C23A;
color: white;
background: #ffffff;
border-color: rgb(255,151,89);
color: rgb(255,151,89);
}
}
.el-button--baocun.is-disabled{

View File

@@ -23,7 +23,7 @@ export const downloadFileMachine = `http://192.168.1.231:8411/submit/downloadFil
export const MESUploadFile = `http://192.168.1.231:8411/submit/MESUploadFile.ashx`
export const MESDownloadFile = `http://192.168.1.231:8411/submit/MESDownloadFile.ashx`
const service = axios.create({
baseURL: `http://192.168.0.101:8411/submit/MESCommonBase.ashx`,
baseURL: `http://192.168.0.104:8005/submit/MESCommonBase.ashx`,
timeout: 1500000 // 请求超时时间
})

View File

@@ -167,9 +167,8 @@
</el-table-column>
</el-table>
<el-button
type="primary"
type="shengcheng"
size="small"
icon=""
style="margin-top:10px"
@click="calculateContractSum">计算合同总额</el-button>
<span>合同总额(未税):</span>
@@ -187,9 +186,8 @@
:value="item.value"/>
</el-select>
<el-button
type="primary"
type="shengcheng"
size="small"
plain
style="margin-left: 7.5%; margin-top: 10px"
@click="doneContract">生成采购合同</el-button>
</el-card>

View File

@@ -124,7 +124,7 @@
style="margin-left: 10px"
@click="addOfflineContract">创建离线合同</el-button>
<el-button
type="primary"
type="shengcheng"
size="small"
icon="el-icon-download"
style="margin-left: 10px"