优化企标顺序号
This commit is contained in:
@@ -134,7 +134,7 @@
|
||||
<div class="prc-content-border" v-show="verifySarStandard">
|
||||
<el-row :gutter="24">
|
||||
<el-col :span="12">
|
||||
<el-form-item label="发布稿" prop="FBGBUSSName" class="add-form-item form-item-disabled">
|
||||
<el-form-item label="发布稿" prop="FBGBUSSName" class="add-form-item form-item-disabled uploadBtnFormItem">
|
||||
<el-input
|
||||
disabled
|
||||
style="display: none;"
|
||||
@@ -220,7 +220,7 @@
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="12">
|
||||
<el-form-item label="编制说明" prop="BZSMBUSSName" class="add-form-item form-item-disabled">
|
||||
<el-form-item label="编制说明" prop="BZSMBUSSName" class="add-form-item form-item-disabled uploadBtnFormItem">
|
||||
<el-input
|
||||
disabled
|
||||
style="display: none;"
|
||||
@@ -640,7 +640,7 @@
|
||||
<div class="prc-content-border" v-show="opinionsShow">
|
||||
<el-row :gutter="24">
|
||||
<el-col :span="12">
|
||||
<el-form-item label="培训文件" prop="madelSubName" class="add-form-item form-item-disabled">
|
||||
<el-form-item label="培训文件" prop="madelSubName" class="add-form-item form-item-disabled uploadBtnFormItem">
|
||||
<el-input
|
||||
disabled
|
||||
style="display: none;"
|
||||
@@ -661,7 +661,7 @@
|
||||
type="primary"
|
||||
class="common-button-primary"
|
||||
size="mini"
|
||||
style="margin-top: 6px; float: left;"
|
||||
style="margin-top: 6px; float: right;"
|
||||
@click="fileUpload('madelSub')">
|
||||
<i class="el-icon-upload"></i>
|
||||
</el-button>
|
||||
@@ -1132,4 +1132,7 @@ export default {
|
||||
/deep/ .fileClass{
|
||||
line-height: 22px !important;
|
||||
}
|
||||
.uploadBtnFormItem /deep/ .el-form-item__error{
|
||||
right: 45px !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -1191,7 +1191,7 @@
|
||||
_this: this
|
||||
}, res => {
|
||||
const obj = res.data
|
||||
let standSn = obj.newStandSn + 1
|
||||
let standSn = (obj.newStandSn / 1) + 1
|
||||
this.form.standSn = standSn
|
||||
this.form.standNumber = standSn
|
||||
this.form.standNum = standSn
|
||||
|
||||
Reference in New Issue
Block a user