Browse Source

完善业务管理项目厂家结算价改为车辆入库价

master
yunuo970428 4 months ago
parent
commit
a16f46d8e2
  1. 2
      anrui-buscenter/anrui-buscenter-ui/src/views/workflow/xiaoshouguanliFlow/xiaoshouzhengceFlow/relation/vehicleSelect.vue
  2. 2
      anrui-buscenter/anrui-buscenter-ui/src/views/workflow/xiaoshouguanliFlow/xiaoshouzhengceFlow/xiaoshouzhengceDaiBanInfo.vue
  3. 2
      anrui-buscenter/anrui-buscenter-ui/src/views/workflow/xiaoshouguanliFlow/xiaoshouzhengceFlow/xiaoshouzhengceEdit.vue
  4. 2
      anrui-buscenter/anrui-buscenter-ui/src/views/workflow/xiaoshouguanliFlow/xiaoshouzhengceFlow/xiaoshouzhengceYiBanInfo.vue
  5. 2
      anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xiaoshoudingdan/printContract.vue
  6. 2
      anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xiaoshouzhengce/relation/vehicleselect.vue
  7. 2
      anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xiaoshouzhengce/xiaoshouzhengceAdd.vue
  8. 2
      anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xiaoshouzhengce/xiaoshouzhengceInfo.vue

2
anrui-buscenter/anrui-buscenter-ui/src/views/workflow/xiaoshouguanliFlow/xiaoshouzhengceFlow/relation/vehicleSelect.vue

@ -101,7 +101,7 @@
<span>{{ scope.row.locationName }}</span>
</template>
</el-table-column>
<el-table-column label="厂家结算价" align="center">
<el-table-column label="车辆入库价" align="center">
<template slot-scope="scope">
<span>{{ scope.row.manufactorSettlementPrice }}</span>
</template>

2
anrui-buscenter/anrui-buscenter-ui/src/views/workflow/xiaoshouguanliFlow/xiaoshouzhengceFlow/xiaoshouzhengceDaiBanInfo.vue

@ -104,7 +104,7 @@
<span>{{ scope.row.settlementStatusValue }}</span>
</template>
</el-table-column>
<el-table-column label="厂家结算价" align="center" width="150">
<el-table-column label="车辆入库价" align="center" width="150">
<template slot-scope="scope">
<span>{{ scope.row.manufactorSettlementPrice }}</span>
</template>

2
anrui-buscenter/anrui-buscenter-ui/src/views/workflow/xiaoshouguanliFlow/xiaoshouzhengceFlow/xiaoshouzhengceEdit.vue

@ -125,7 +125,7 @@
<span>{{ scope.row.settlementStatusValue }}</span>
</template>
</el-table-column>
<el-table-column label="厂家结算价" align="center" width="150">
<el-table-column label="车辆入库价" align="center" width="150">
<template slot-scope="scope">
<span>{{ scope.row.manufactorSettlementPrice }}</span>
</template>

2
anrui-buscenter/anrui-buscenter-ui/src/views/workflow/xiaoshouguanliFlow/xiaoshouzhengceFlow/xiaoshouzhengceYiBanInfo.vue

@ -102,7 +102,7 @@
<span>{{ scope.row.settlementStatusValue }}</span>
</template>
</el-table-column>
<el-table-column label="厂家结算价" align="center" width="150">
<el-table-column label="车辆入库价" align="center" width="150">
<template slot-scope="scope">
<span>{{ scope.row.manufactorSettlementPrice }}</span>
</template>

2
anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xiaoshoudingdan/printContract.vue

@ -40,7 +40,7 @@
<!-- </el-row>-->
<!-- <el-row>-->
<!-- <el-col :span="6" class="tleftb">-->
<!-- <span>厂家结算(万元)</span>-->
<!-- <span>车辆入库(万元)</span>-->
<!-- </el-col>-->
<!-- <el-col :span="6">-->
<!-- <el-form-item>-->

2
anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xiaoshouzhengce/relation/vehicleselect.vue

@ -116,7 +116,7 @@
<span>{{ scope.row.locationName }}</span>
</template>
</el-table-column>
<el-table-column label="厂家结算价" align="center">
<el-table-column label="车辆入库价" align="center">
<template slot-scope="scope">
<span>{{ scope.row.manufactorSettlementPrice }}</span>
</template>

2
anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xiaoshouzhengce/xiaoshouzhengceAdd.vue

@ -126,7 +126,7 @@
<span>{{ scope.row.settlementStatusValue }}</span>
</template>
</el-table-column>
<el-table-column label="厂家结算价" align="center" width="150">
<el-table-column label="车辆入库价" align="center" width="150">
<template slot-scope="scope">
<span>{{ scope.row.manufactorSettlementPrice }}</span>
</template>

2
anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xiaoshouzhengce/xiaoshouzhengceInfo.vue

@ -102,7 +102,7 @@
<span>{{ scope.row.settlementStatusValue }}</span>
</template>
</el-table-column>
<el-table-column label="厂家结算价" align="center" width="150">
<el-table-column label="车辆入库价" align="center" width="150">
<template slot-scope="scope">
<span>{{ scope.row.manufactorSettlementPrice }}</span>
</template>

Loading…
Cancel
Save