Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
+3
-2
@@ -510,12 +510,12 @@
|
|||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item
|
<el-form-item
|
||||||
label="企标编号"
|
label="企标编号"
|
||||||
prop="standCode"
|
prop="standNumber"
|
||||||
label-width="150px"
|
label-width="150px"
|
||||||
class="add-form-item"
|
class="add-form-item"
|
||||||
>
|
>
|
||||||
<el-input
|
<el-input
|
||||||
v-model="sarBussionessStandEO.standCode"
|
v-model="sarBussionessStandEO.standNumber"
|
||||||
:maxlength="100"
|
:maxlength="100"
|
||||||
placeholder="请输入企标编号"
|
placeholder="请输入企标编号"
|
||||||
clearable
|
clearable
|
||||||
@@ -2993,6 +2993,7 @@ export default {
|
|||||||
if (nowstandinfo.firstPutTime != null && nowstandinfo.firstPutTime !== '') {
|
if (nowstandinfo.firstPutTime != null && nowstandinfo.firstPutTime !== '') {
|
||||||
nowstandinfo.firstPutTime = this.$dateFormat(this.sarBussionessStandEO.firstPutTime, 'yyyy-MM-dd hh:mm:ss')
|
nowstandinfo.firstPutTime = this.$dateFormat(this.sarBussionessStandEO.firstPutTime, 'yyyy-MM-dd hh:mm:ss')
|
||||||
}
|
}
|
||||||
|
nowstandinfo.standCode = nowstandinfo.standSort + ' ' + nowstandinfo.standNumber + ( nowstandinfo.standYear === '' ? '' : '-' + nowstandinfo.standYear)
|
||||||
this.$http.postData('lawss/sarBussionessStand/updateSarBussionessStand', nowstandinfo, {
|
this.$http.postData('lawss/sarBussionessStand/updateSarBussionessStand', nowstandinfo, {
|
||||||
_this: this,
|
_this: this,
|
||||||
loading: 'isSubmit'
|
loading: 'isSubmit'
|
||||||
|
|||||||
Reference in New Issue
Block a user