Browse Source

完善车辆外采

zhanglei
yunuo970428 3 years ago
parent
commit
00f2c45def
  1. 7
      anrui-scm/anrui-scm-ui/src/views/baseoutsourcingapplication/baseoutsourcingapplication.vue
  2. 3
      anrui-scm/anrui-scm-ui/src/views/baseoutsourcingapplication/baseoutsourcingapplicationAdd.vue

7
anrui-scm/anrui-scm-ui/src/views/baseoutsourcingapplication/baseoutsourcingapplication.vue

@ -33,9 +33,9 @@
<!-- Start 项目列表 -->
<div class="">
<el-table v-loading="tableLoading" :data="dataList" border style="width: 100%" @selection-change="handleSelectionChange">
<el-table-column width="50px" type="selection" align="center"/>
<el-table-column width="80px" label="序号" type="index" :index="indexMethod" align="center"/>
<el-table-column width="150px" label="操作" align="center">
<el-table-column fixed width="50px" type="selection" align="center"/>
<el-table-column fixed width="80px" label="序号" type="index" :index="indexMethod" align="center"/>
<el-table-column fixed width="150px" label="操作" align="center">
<template slot-scope="scope">
<el-button v-if="scope.row.nodeState=='待提交'||(scope.row.nodeState!='待提交'&&scope.row.nodeState=='发起申请')" type="primary" size="mini" @click="toEdit(scope.row)">办理
</el-button>
@ -51,6 +51,7 @@
</el-table-column>
<el-table-column prop="applicationCode" width="200px;" label="申请编号" align="center"/>
<el-table-column prop="applicationDate" width="110px;" label="申请日期" align="center"/>
<el-table-column prop="useOrgName" width="200px;" label="分公司" align="center"/>
<el-table-column prop="modelName" label="车型" align="center"/>
<el-table-column prop="num" width="100px;" label="台数" align="center"/>
<el-table-column prop="purchasePrice" width="90px;" label="采购价格" align="center"/>

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

@ -560,6 +560,9 @@ export default {
this.formobj.applicationDate = dayDate
this.formobj.createByName = window.sessionStorage.getItem('name')
this.formobj.contract = {}
this.formobj.isSaleOrgApproval = '1'
this.formobj.isBeforePayment = '0'
this.formobj.manufactorSettlementPrice = '0'
this.fileList = []
this.$nextTick(() => {
this.$refs['form_obj'].clearValidate()

Loading…
Cancel
Save