Browse Source

调整车型调价

master
yunuo970428 3 years ago
parent
commit
bbb58c84d3
  1. 2
      anrui-scm/anrui-scm-ui/src/views/kucunguanli/tiaojiaguanli/chexingbyconfiguration.vue
  2. 2
      anrui-scm/anrui-scm-ui/src/views/workFlow/tiaojiaguanliFlow/tiaojiaguanli/chexingbyconfiguration.vue
  3. 10
      anrui-scm/anrui-scm-ui/src/views/workFlow/tiaojiaguanliFlow/tiaojiaguanli/tiaojiaDaiBanInfo.vue
  4. 10
      anrui-scm/anrui-scm-ui/src/views/workFlow/tiaojiaguanliFlow/tiaojiaguanli/tiaojiaEdit.vue
  5. 12
      anrui-scm/anrui-scm-ui/src/views/workFlow/tiaojiaguanliFlow/tiaojiaguanli/tiaojianYibanInfo.vue

2
anrui-scm/anrui-scm-ui/src/views/kucunguanli/tiaojiaguanli/chexingbyconfiguration.vue

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

2
anrui-scm/anrui-scm-ui/src/views/workFlow/tiaojiaguanliFlow/tiaojiaguanli/chexingbyconfiguration.vue

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

10
anrui-scm/anrui-scm-ui/src/views/workFlow/tiaojiaguanliFlow/tiaojiaguanli/tiaojiaDaiBanInfo.vue

@ -12,7 +12,7 @@
<el-button type="danger" size="small" @click="openStop('终止')"> </el-button> <el-button type="danger" size="small" @click="openStop('终止')"> </el-button>
</div> </div>
</div> </div>
<div class="listconadd"> <div class="">
<div class="titwu"><span>车辆调价申请</span></div> <div class="titwu"><span>车辆调价申请</span></div>
<el-form ref="form_obj" :model="formobj" :rules="rules" class="formaddcopy02"> <el-form ref="form_obj" :model="formobj" :rules="rules" class="formaddcopy02">
<el-row class="rowStyle"> <el-row class="rowStyle">
@ -154,7 +154,7 @@ export default {
params: { params: {
// //
code: 2, code: 2,
data: 450 + 'px' data: 350 + 'px'
} }
}, '*') }, '*')
}, },
@ -292,8 +292,10 @@ export default {
</script> </script>
<style scoped> <style scoped>
.listconadd { .titwu {
height: calc(100vh - 0px) !important; font-size: 28px;
text-align: center;
padding: 30px 0 20px 0;
} }
.spanOneWidth { .spanOneWidth {
border-right: 0px !important; border-right: 0px !important;

10
anrui-scm/anrui-scm-ui/src/views/workFlow/tiaojiaguanliFlow/tiaojiaguanli/tiaojiaEdit.vue

@ -15,7 +15,7 @@
</div> </div>
<!--标题按钮部分结束--> <!--标题按钮部分结束-->
<!--Start 新增修改部分--> <!--Start 新增修改部分-->
<div class="listconadd"> <div class="">
<div class="titwu"><span>车辆调价申请</span></div> <div class="titwu"><span>车辆调价申请</span></div>
<el-form ref="form_obj" :model="formobj" :rules="rules" class="formaddcopy02"> <el-form ref="form_obj" :model="formobj" :rules="rules" class="formaddcopy02">
<el-row class="rowStyle"> <el-row class="rowStyle">
@ -131,7 +131,7 @@ export default {
params: { params: {
// //
code: 2, code: 2,
data: 450 + 'px' data: 365 + 'px'
} }
}, '*') }, '*')
}, },
@ -258,8 +258,10 @@ export default {
</script> </script>
<style scoped> <style scoped>
.listconadd { .titwu {
height: calc(100vh - 0px) !important; font-size: 28px;
text-align: center;
padding: 30px 0 20px 0;
} }
.title { .title {
padding: 7px; padding: 7px;

12
anrui-scm/anrui-scm-ui/src/views/workFlow/tiaojiaguanliFlow/tiaojiaguanli/tiaojianYibanInfo.vue

@ -7,10 +7,10 @@
<div>车辆调价详情</div> <div>车辆调价详情</div>
<!--start 添加修改按钮--> <!--start 添加修改按钮-->
<div> <div>
<el-button type="danger" @click="openRevoke()"> </el-button> <el-button type="danger" size="small" @click="openRevoke()"> </el-button>
</div> </div>
</div> </div>
<div class="listconadd"> <div class="">
<div class="titwu"><span>车辆调价申请</span></div> <div class="titwu"><span>车辆调价申请</span></div>
<el-form ref="form_obj" :model="formobj" :rules="rules" class="formaddcopy02"> <el-form ref="form_obj" :model="formobj" :rules="rules" class="formaddcopy02">
<el-row class="rowStyle"> <el-row class="rowStyle">
@ -117,7 +117,7 @@ export default {
params: { params: {
// //
code: 2, code: 2,
data: 450 + 'px' data: 350 + 'px'
} }
}, '*') }, '*')
}, },
@ -170,8 +170,10 @@ export default {
</script> </script>
<style scoped> <style scoped>
.listconadd { .titwu {
height: calc(100vh - 0px) !important; font-size: 28px;
text-align: center;
padding: 30px 0 20px 0;
} }
.spanOneWidth { .spanOneWidth {
border-right: 0px !important; border-right: 0px !important;

Loading…
Cancel
Save