Browse Source

完善简易订单

master
yunuo970428 3 years ago
parent
commit
5f0781b652
  1. 12
      anrui-buscenter/anrui-buscenter-ui/src/views/workflow/xiaoshouguanliFlow/xunidingdanFlow/dingjinshouquInfo.vue
  2. 2
      anrui-buscenter/anrui-buscenter-ui/src/views/workflow/xiaoshouguanliFlow/xunidingdanFlow/relation/xuanzecheliang.vue
  3. 2
      anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xunidingdan/com/xuanzecheliang.vue
  4. 12
      anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xunidingdan/xunidingjininfo.vue

12
anrui-buscenter/anrui-buscenter-ui/src/views/workflow/xiaoshouguanliFlow/xunidingdanFlow/dingjinshouquInfo.vue

@ -113,19 +113,19 @@
</el-row> </el-row>
<el-row> <el-row>
<el-col :span="3" class="tleftb"> <el-col :span="3" class="tleftb">
<span>收款银行账号</span> <span>收款银行</span>
</el-col> </el-col>
<el-col :span="5"> <el-col :span="13">
<el-form-item> <el-form-item>
<span>{{ temp.collectionNumber }}</span> <span>{{ temp.collectionBank }}</span>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="3" class="tleftb"> <el-col :span="3" class="tleftb">
<span>收款银行</span> <span>收款银行账号</span>
</el-col> </el-col>
<el-col :span="13"> <el-col :span="5">
<el-form-item> <el-form-item>
<span>{{ temp.collectionBank }}</span> <span>{{ temp.collectionNumber }}</span>
</el-form-item> </el-form-item>
</el-col> </el-col>
</el-row> </el-row>

2
anrui-buscenter/anrui-buscenter-ui/src/views/workflow/xiaoshouguanliFlow/xunidingdanFlow/relation/xuanzecheliang.vue

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

2
anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xunidingdan/com/xuanzecheliang.vue

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

12
anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xunidingdan/xunidingjininfo.vue

@ -113,19 +113,19 @@
</el-row> </el-row>
<el-row> <el-row>
<el-col :span="3" class="tleftb"> <el-col :span="3" class="tleftb">
<span>收款银行账号</span> <span>收款银行</span>
</el-col> </el-col>
<el-col :span="5"> <el-col :span="13">
<el-form-item> <el-form-item>
<span>{{ temp.collectionNumber }}</span> <span>{{ temp.collectionBank }}</span>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="3" class="tleftb"> <el-col :span="3" class="tleftb">
<span>收款银行</span> <span>收款银行账号</span>
</el-col> </el-col>
<el-col :span="13"> <el-col :span="5">
<el-form-item> <el-form-item>
<span>{{ temp.collectionBank }}</span> <span>{{ temp.collectionNumber }}</span>
</el-form-item> </el-form-item>
</el-col> </el-col>
</el-row> </el-row>

Loading…
Cancel
Save