Browse Source

调整采购退库申请选择车型分页列表销售指导价改为厂家结算价

zhanglei
yunuo970428 3 years ago
parent
commit
c40dcb5d30
  1. 2
      anrui-scm/anrui-scm-ui/src/views/supplychain/caigoutuiku/relation/xuanzecheliang.vue
  2. 2
      anrui-scm/anrui-scm-ui/src/views/workFlow/caigoutuikuFlow/relation/xuanzecheliang.vue

2
anrui-scm/anrui-scm-ui/src/views/supplychain/caigoutuiku/relation/xuanzecheliang.vue

@ -98,7 +98,7 @@
<span>{{ scope.row.location }}</span>
</template>
</el-table-column>
<el-table-column label="销售指导价(元)" align="center">
<el-table-column label="厂家结算价(元)" align="center">
<template slot-scope="scope">
<span>{{ scope.row.guidedPrice }}</span>
</template>

2
anrui-scm/anrui-scm-ui/src/views/workFlow/caigoutuikuFlow/relation/xuanzecheliang.vue

@ -98,7 +98,7 @@
<span>{{ scope.row.location }}</span>
</template>
</el-table-column>
<el-table-column label="销售指导价(元)" align="center">
<el-table-column label="厂家结算价(元)" align="center">
<template slot-scope="scope">
<span>{{ scope.row.guidedPrice }}</span>
</template>

Loading…
Cancel
Save