Browse Source

完善车辆外采

master
yunuo970428 2 years ago
parent
commit
fbc6e473d4
  1. 15
      anrui-scm/anrui-scm-ui/src/views/baseoutsourcingapplication/baseoutsourcingapplicationAdd.vue
  2. 4
      anrui-scm/anrui-scm-ui/src/views/baseoutsourcingapplication/baseoutsourcingapplicationInfo.vue
  3. 8
      anrui-scm/anrui-scm-ui/src/views/baseoutsourcingapplication/workflow/baseoutsourcingapplication.vue
  4. 19
      anrui-scm/anrui-scm-ui/src/views/baseoutsourcingapplication/workflow/baseoutsourcingapplicationAdd.vue
  5. 8
      anrui-scm/anrui-scm-ui/src/views/baseoutsourcingapplication/workflow/baseoutsourcingapplicationInfo.vue

15
anrui-scm/anrui-scm-ui/src/views/baseoutsourcingapplication/baseoutsourcingapplicationAdd.vue

@ -100,27 +100,27 @@
</el-col>
</el-row>
<el-row>
<el-col :span="3" class="tleftb">
<el-col :span="3" class="tleftb" style="display: flex;flex-direction: row;justify-content: flex-end;align-items: center">
<span>常用配置</span>
</el-col>
<el-col :span="13" class="trightb tlineheightb">
<el-form-item>{{ formobj.configName }}</el-form-item>
</el-col>
<el-col :span="3" class="tleftb">
<el-col :span="3" class="tleftb" style="display: flex;flex-direction: row;justify-content: flex-end;align-items: center">
<span>内部编码</span>
</el-col>
<el-col :span="5">
<el-col :span="5" class="trightb tlineheightb">
<el-form-item>
<span>{{ formobj.insideCode }}</span>
{{ formobj.insideCode }}
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="3" class="tleftb">
<span>车辆型号</span>
<span><span class="icon">*</span>车辆型号</span>
</el-col>
<el-col :span="5">
<el-form-item>
<el-form-item prop="vehMark">
<el-input v-model="formobj.vehMark" clearable placeholder="" class="addinputw"/>
</el-form-item>
</el-col>
@ -450,7 +450,8 @@ export default {
isSaleOrgApproval: [{ required: true, message: '是否销售部审批不能为空', trigger: 'change' }], //
purchasePrice: [{ required: true, message: '采购价格不能为空', trigger: 'blur' }], //
num: [{ required: true, message: '台数不能为空', trigger: 'blur' }], //
deposit: [{ required: true, message: '订金不能为空', trigger: 'blur' }] //
deposit: [{ required: true, message: '订金不能为空', trigger: 'blur' }], //
vehMark: [{ required: true, message: '车辆型号不能为空', trigger: 'blur' }] //
}
}
},

4
anrui-scm/anrui-scm-ui/src/views/baseoutsourcingapplication/baseoutsourcingapplicationInfo.vue

@ -58,13 +58,13 @@
</el-row>
<el-row>
<el-col :span="3" class="tleftb">常用配置</el-col>
<el-col :span="13" class="trightb tlineheightb">
<el-col :span="13" class="tlineheightb">
<el-form-item><span>{{ formobj.configName }}</span></el-form-item>
</el-col>
<el-col :span="3" class="tleftb">
<span>内部编码</span>
</el-col>
<el-col :span="5">
<el-col :span="5" class="tlineheightb">
<el-form-item>
<span>{{ formobj.insideCode }}</span>
</el-form-item>

8
anrui-scm/anrui-scm-ui/src/views/baseoutsourcingapplication/workflow/baseoutsourcingapplication.vue

@ -60,16 +60,14 @@
</el-row>
<el-row>
<el-col :span="3" class="tleftb">常用配置</el-col>
<el-col :span="13" class="trightb tlineheightb">
<el-col :span="13" class="tlineheightb">
<el-form-item><span>{{ formobj.configName }}</span></el-form-item>
</el-col>
<el-col :span="3" class="tleftb">
<span>内部编码</span>
</el-col>
<el-col :span="5">
<el-form-item>
<span>{{ formobj.insideCode }}</span>
</el-form-item>
<el-col :span="5" class="tlineheightb">
<el-form-item><span>{{ formobj.insideCode }}</span></el-form-item>
</el-col>
</el-row>
<el-row>

19
anrui-scm/anrui-scm-ui/src/views/baseoutsourcingapplication/workflow/baseoutsourcingapplicationAdd.vue

@ -99,27 +99,25 @@
</el-col>
</el-row>
<el-row>
<el-col :span="3" class="tleftb">
<el-col :span="3" class="tleftb" style="display: flex;flex-direction: row;justify-content: flex-end;align-items: center">
<span><span class="icon">*</span>常用配置</span>
</el-col>
<el-col :span="13" class="trightb tlineheightb">
<el-col :span="13" class="tlineheightb">
<el-form-item>{{ formobj.configName }}</el-form-item>
</el-col>
<el-col :span="3" class="tleftb">
<el-col :span="3" class="tleftb" style="display: flex;flex-direction: row;justify-content: flex-end;align-items: center">
<span>内部编码</span>
</el-col>
<el-col :span="5">
<el-form-item>
<span>{{ formobj.insideCode }}</span>
</el-form-item>
<el-col :span="5" class="tlineheightb">
<el-form-item>{{ formobj.insideCode }}</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="3" class="tleftb">
<span>车辆型号</span>
<span><span class="icon">*</span>车辆型号</span>
</el-col>
<el-col :span="5">
<el-form-item>
<el-form-item prop="vehMark">
<el-input v-model="formobj.vehMark" clearable placeholder="" class="addinputw"/>
</el-form-item>
</el-col>
@ -461,7 +459,8 @@ export default {
purchasePrice: [{ required: true, message: '采购价格不能为空', trigger: 'blur' }], //
isSaleOrgApproval: [{ required: true, message: '是否销售部审批不能为空', trigger: 'change' }], //
num: [{ required: true, message: '台数不能为空', trigger: 'blur' }], //
deposit: [{ required: true, message: '订金不能为空', trigger: 'blur' }] //
deposit: [{ required: true, message: '订金不能为空', trigger: 'blur' }], //
vehMark: [{ required: true, message: '车辆型号不能为空', trigger: 'blur' }], //
}
}
},

8
anrui-scm/anrui-scm-ui/src/views/baseoutsourcingapplication/workflow/baseoutsourcingapplicationInfo.vue

@ -53,16 +53,14 @@
</el-row>
<el-row>
<el-col :span="3" class="tleftb">常用配置</el-col>
<el-col :span="13" class="trightb tlineheightb">
<el-col :span="13" class="tlineheightb">
<el-form-item><span>{{ formobj.configName }}</span></el-form-item>
</el-col>
<el-col :span="3" class="tleftb">
<span>内部编码</span>
</el-col>
<el-col :span="5">
<el-form-item>
<span>{{ formobj.insideCode }}</span>
</el-form-item>
<el-col :span="5" class="tlineheightb">
<el-form-item><span>{{ formobj.insideCode }}</span></el-form-item>
</el-col>
</el-row>
<el-row>

Loading…
Cancel
Save