Browse Source

调整入账管理

zhanglei
yunuo970428 3 years ago
parent
commit
d2853e330f
  1. 8
      anrui-scm/anrui-scm-ui/src/views/workFlow/ruzhangguanliFlow/ruzhangguanli/ruzhangDaiBanInfo.vue
  2. 8
      anrui-scm/anrui-scm-ui/src/views/workFlow/ruzhangguanliFlow/ruzhangguanli/ruzhangEdit.vue
  3. 8
      anrui-scm/anrui-scm-ui/src/views/workFlow/ruzhangguanliFlow/ruzhangguanli/ruzhangYiBanInfo.vue

8
anrui-scm/anrui-scm-ui/src/views/workFlow/ruzhangguanliFlow/ruzhangguanli/ruzhangDaiBanInfo.vue

@ -9,7 +9,7 @@
<!-- <el-button type="danger" size="small" @click="openStop('终止')"> </el-button>-->
</div>
</div>
<div class="listconadd">
<div class="">
<div class="titwu"><span>车辆入账申请单</span></div>
<el-form ref="form_obj" :model="formobj" :rules="rules" class="formadd">
<el-row class="rowStyle">
@ -488,8 +488,10 @@ export default {
</script>
<style scoped>
.listconadd {
height: calc(100vh - 0px) !important;
.titwu {
font-size: 28px;
text-align: center;
padding: 30px 0 20px 0;
}
.title {
display: flex;

8
anrui-scm/anrui-scm-ui/src/views/workFlow/ruzhangguanliFlow/ruzhangguanli/ruzhangEdit.vue

@ -8,7 +8,7 @@
<el-button type="primary" size="small" @click="submitVehicleApply()">提交</el-button>
</div>
</div>
<div class="listconadd">
<div class="">
<div class="titwu"><span>车辆入账申请单</span></div>
<el-form ref="form_obj" :model="formobj" :rules="rules" class="formadd">
<el-row class="rowStyle">
@ -649,8 +649,10 @@ export default {
</script>
<style scoped>
.listconadd {
height: calc(100vh - 0px) !important;
.titwu {
font-size: 28px;
text-align: center;
padding: 30px 0 20px 0;
}
.title {
display: flex;

8
anrui-scm/anrui-scm-ui/src/views/workFlow/ruzhangguanliFlow/ruzhangguanli/ruzhangYiBanInfo.vue

@ -7,7 +7,7 @@
<el-button type="danger" size="small" @click="openRevoke()"> </el-button>
</div>
</div>
<div class="listconadd">
<div class="">
<div class="titwu"><span>车辆入账申请单</span></div>
<el-form ref="form_obj" :model="formobj" :rules="rules" class="formadd">
<el-row class="rowStyle">
@ -366,8 +366,10 @@ export default {
</script>
<style scoped>
.listconadd {
height: calc(100vh - 0px) !important;
.titwu {
font-size: 28px;
text-align: center;
padding: 30px 0 20px 0;
}
.title {
display: flex;

Loading…
Cancel
Save