Browse Source

Merge remote-tracking branch 'origin/master'

master
ligaode 1 month ago
parent
commit
e227d7a350
  1. 5
      anrui-riskcenter-ui/src/views/returnreserve/returnreserveAdd.vue
  2. 5
      anrui-riskcenter-ui/src/views/returnreserve/returnreserveInfo.vue
  3. 5
      anrui-riskcenter-ui/src/views/returntostorage/returntostorageAdd.vue
  4. 5
      anrui-riskcenter-ui/src/views/returntostorage/returntostorageInfo.vue
  5. 5
      anrui-riskcenter-ui/src/views/workFlow/jiaohuibaobeiFlow/returnreserveDaiBan.vue
  6. 6
      anrui-riskcenter-ui/src/views/workFlow/jiaohuibaobeiFlow/returnreserveEdit.vue
  7. 5
      anrui-riskcenter-ui/src/views/workFlow/jiaohuibaobeiFlow/returnreserveYiBan.vue
  8. 5
      anrui-riskcenter-ui/src/views/workFlow/jiaohuirukuFlow/returntostorageDaiBan.vue
  9. 5
      anrui-riskcenter-ui/src/views/workFlow/jiaohuirukuFlow/returntostorageEdit.vue
  10. 5
      anrui-riskcenter-ui/src/views/workFlow/jiaohuirukuFlow/returntostorageYiBan.vue

5
anrui-riskcenter-ui/src/views/returnreserve/returnreserveAdd.vue

@ -135,11 +135,6 @@
<el-form-item><el-input class="addinputInfo addinputw" v-model="formobj.remarks" clearable placeholder="" /></el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="24">
<span style="color: red;font-weight: bold">按照车辆评估照片要求拍摄收回车辆照片上传</span>
</el-col>
</el-row>
<el-row>
<el-col :span="24">
<div class="span-sty">附件</div>

5
anrui-riskcenter-ui/src/views/returnreserve/returnreserveInfo.vue

@ -123,11 +123,6 @@
<el-form-item><span class="addinputInfo">{{ formobj.remarks }}</span></el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="24">
<span style="color: red;font-weight: bold">按照车辆评估照片要求拍摄收回车辆照片上传</span>
</el-col>
</el-row>
<el-row>
<el-col :span="24">
<div class="span-sty">附件</div>

5
anrui-riskcenter-ui/src/views/returntostorage/returntostorageAdd.vue

@ -160,6 +160,11 @@
<el-form-item><el-input class="addinputInfo addinputw" v-model="formobj.remarks" clearable placeholder="" /></el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="24">
<span style="color: red;font-weight: bold">按照车辆评估照片要求拍摄收回车辆照片上传</span>
</el-col>
</el-row>
<el-row>
<el-col :span="24">
<div class="span-sty">附件</div>

5
anrui-riskcenter-ui/src/views/returntostorage/returntostorageInfo.vue

@ -147,6 +147,11 @@
<el-form-item><span class="addinputInfo">{{ formobj.remarks }}</span></el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="24">
<span style="color: red;font-weight: bold">按照车辆评估照片要求拍摄收回车辆照片上传</span>
</el-col>
</el-row>
<el-row>
<el-col :span="24">
<div class="span-sty">附件</div>

5
anrui-riskcenter-ui/src/views/workFlow/jiaohuibaobeiFlow/returnreserveDaiBan.vue

@ -126,11 +126,6 @@
<el-form-item><span class="addinputInfo">{{ formobj.remarks }}</span></el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="24">
<span style="color: red;font-weight: bold">按照车辆评估照片要求拍摄收回车辆照片上传</span>
</el-col>
</el-row>
<el-row>
<el-col :span="24">
<div class="span-sty">附件</div>

6
anrui-riskcenter-ui/src/views/workFlow/jiaohuibaobeiFlow/returnreserveEdit.vue

@ -134,11 +134,7 @@
<el-form-item><el-input class="addinputInfo addinputw" v-model="formobj.remarks" clearable placeholder="" /></el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="24">
<span style="color: red;font-weight: bold">按照车辆评估照片要求拍摄收回车辆照片上传</span>
</el-col>
</el-row>
<el-row>
<el-col :span="24">
<div class="span-sty">附件</div>

5
anrui-riskcenter-ui/src/views/workFlow/jiaohuibaobeiFlow/returnreserveYiBan.vue

@ -123,11 +123,6 @@
<el-form-item><span class="addinputInfo">{{ formobj.remarks }}</span></el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="24">
<span style="color: red;font-weight: bold">按照车辆评估照片要求拍摄收回车辆照片上传</span>
</el-col>
</el-row>
<el-row>
<el-col :span="24">
<div class="span-sty">附件</div>

5
anrui-riskcenter-ui/src/views/workFlow/jiaohuirukuFlow/returntostorageDaiBan.vue

@ -150,6 +150,11 @@
<el-form-item><span class="addinputInfo">{{ formobj.remarks }}</span></el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="24">
<span style="color: red;font-weight: bold">按照车辆评估照片要求拍摄收回车辆照片上传</span>
</el-col>
</el-row>
<el-row>
<el-col :span="24">
<div class="span-sty">附件</div>

5
anrui-riskcenter-ui/src/views/workFlow/jiaohuirukuFlow/returntostorageEdit.vue

@ -159,6 +159,11 @@
<el-form-item><el-input class="addinputInfo addinputw" v-model="formobj.remarks" clearable placeholder="" /></el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="24">
<span style="color: red;font-weight: bold">按照车辆评估照片要求拍摄收回车辆照片上传</span>
</el-col>
</el-row>
<el-row>
<el-col :span="24">
<div class="span-sty">附件</div>

5
anrui-riskcenter-ui/src/views/workFlow/jiaohuirukuFlow/returntostorageYiBan.vue

@ -147,6 +147,11 @@
<el-form-item><span class="addinputInfo">{{ formobj.remarks }}</span></el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="24">
<span style="color: red;font-weight: bold">按照车辆评估照片要求拍摄收回车辆照片上传</span>
</el-col>
</el-row>
<el-row>
<el-col :span="24">
<div class="span-sty">附件</div>

Loading…
Cancel
Save