Browse Source

退库和外采

zhanglei
yxt_djz 3 years ago
parent
commit
4976a82363
  1. 3
      anrui-scm/anrui-scm-ui/src/views/baseoutsourcingapplication/baseoutsourcingapplicationAdd.vue
  2. 10
      anrui-scm/anrui-scm-ui/src/views/ruzhang/ruzhangguanli/ruzhangguanli.vue

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

@ -397,9 +397,6 @@ export default {
req.fetchOrgBySid(res.data).then((ress)=>{
this.formobj.useOrgName=ress.data.name;
})
/* this.useOrg = res.data
this.getList()
this.getBrand(res.data)*/
}
})
},

10
anrui-scm/anrui-scm-ui/src/views/ruzhang/ruzhangguanli/ruzhangguanli.vue

@ -54,12 +54,16 @@
<el-button type="primary" size="small" @click="toInfo(scope.row)">查看</el-button>
</template>
</el-table-column>
<el-table-column width="150" prop="nodeState" label="状态" align="center"/>
<el-table-column width="200" prop="applicationCode" label="申请编号" align="center"/>
<el-table-column width="130" prop="nodeState" label="状态" align="center"/>
<!-- <el-table-column width="200" prop="applicationCode" label="申请编号" align="center"/>-->
<el-table-column width="100" prop="applicationDate" label="申请日期" align="center"/>
<el-table-column width="200" prop="purchaseOrderNo" label="采购订单编号" align="center"/>
<el-table-column width="180" prop="purchaseOrderNo" label="采购订单编号" align="center"/>
<el-table-column prop="modelName" label="车型" align="center"/>
<el-table-column width="80" prop="vehicleNum" fit label="台数" align="center"/>
<el-table-column width="100" prop="contractPrice" fit label="厂家合同价" align="center"/>
<el-table-column width="100" prop="moneyCount" fit label="政策金额合计" align="center"/>
<el-table-column width="100" prop="costPrice" fit label="厂家结算价" align="center"/>
<el-table-column width="100" prop="departureDate" fit label="发车日期" align="center"/>
</el-table>
</div>
<!--End 项目列表-->

Loading…
Cancel
Save