|
|
@ -90,6 +90,11 @@ |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
</el-table> |
|
|
|
<el-row v-if="formobj.lockCarRemarks !== '' && yckzVisible"> |
|
|
|
<el-col :span="24"> |
|
|
|
<span style="color: red;font-weight: bold">{{ formobj.lockCarRemarks }}</span> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
</el-form> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@ -176,6 +181,7 @@ export default { |
|
|
|
deptSid: '', |
|
|
|
files: [], |
|
|
|
loanBeCollectionVehDetails: [], |
|
|
|
lockCarRemarks: '', |
|
|
|
nodeSid: '', |
|
|
|
nodeState: '', |
|
|
|
orgPath: '', |
|
|
@ -346,6 +352,7 @@ export default { |
|
|
|
deptSid: '', |
|
|
|
files: [], |
|
|
|
loanBeCollectionVehDetails: [], |
|
|
|
lockCarRemarks: '', |
|
|
|
nodeSid: '', |
|
|
|
nodeState: '', |
|
|
|
orgPath: '', |
|
|
|