|
@@ -297,7 +297,7 @@ export default {
|
|
|
sfry: '',
|
|
|
fkrxm: '',
|
|
|
fkrlxfs: '',
|
|
|
- bz: ''
|
|
|
+ bz: '无'
|
|
|
},
|
|
|
loading: false,
|
|
|
disabled: false,
|
|
@@ -327,7 +327,7 @@ export default {
|
|
|
this.disabled = false
|
|
|
this.getData()
|
|
|
}
|
|
|
- if (this.active > 6) {
|
|
|
+ if (this.active >= 6) {
|
|
|
const yszj = await queryFormData(this.reconnoiterFormId)
|
|
|
yszj.result.map(e => {
|
|
|
if (e.fieldName == 'budgetPrice') {
|
|
@@ -413,7 +413,7 @@ export default {
|
|
|
// 文件下载
|
|
|
fileDown(file) {
|
|
|
window.open(
|
|
|
- `${IP}base/file/downloadFile?fileName=${file.name}&remotePath=${file.filePath}&access_token=${this.$store.state.user.token}`
|
|
|
+ `${IP}/base/file/downloadFile?fileName=${file.name}&remotePath=${file.filePath}&access_token=${this.$store.state.user.token}`
|
|
|
)
|
|
|
},
|
|
|
|
|
@@ -469,7 +469,7 @@ export default {
|
|
|
{
|
|
|
formId: this.paymentFormId,
|
|
|
fieldName: 'chargeRemark', // 备注
|
|
|
- fieldDataValue: this.form.bz
|
|
|
+ fieldDataValue: this.form.bz || '无'
|
|
|
},
|
|
|
{
|
|
|
formId: this.paymentFormId,
|