|
|
@ -126,6 +126,11 @@ |
|
|
|
<span>{{ scope.row.openTickRemarks }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column v-show="formobj.saleTypeKey == '2'" label="资方信审终审状态" align="center" width="180"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span>{{ scope.row.xSState }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
</el-table> |
|
|
|
<el-row> |
|
|
|
<el-col :span="24"> |
|
|
@ -426,7 +431,8 @@ export default { |
|
|
|
billTypeKey: '', |
|
|
|
openTickName: '', |
|
|
|
openTickSid: '', |
|
|
|
openTickRemarks: '' |
|
|
|
openTickRemarks: '', |
|
|
|
xSState: e.xSState |
|
|
|
}) |
|
|
|
// 循环赋值挂车列表 |
|
|
|
if (e.finBillTrailers.length > 0) { |
|
|
|