|
@@ -183,34 +183,10 @@
|
|
<!-- <el-table-column show-overflow-tooltip label="业务部门名称" align="center" width="180px"/> -->
|
|
<!-- <el-table-column show-overflow-tooltip label="业务部门名称" align="center" width="180px"/> -->
|
|
<!-- <el-table-column show-overflow-tooltip label="业务部门" align="center" width="180px"/> -->
|
|
<!-- <el-table-column show-overflow-tooltip label="业务部门" align="center" width="180px"/> -->
|
|
<el-table-column show-overflow-tooltip label="需求客户" align="center" prop="demandCustomerName" width="200px"/>
|
|
<el-table-column show-overflow-tooltip label="需求客户" align="center" prop="demandCustomerName" width="200px"/>
|
|
- <el-table-column show-overflow-tooltip label="一级品类" align="center" prop="materialClassifyOneName" width="180px">
|
|
|
|
- <template slot-scope="scope">
|
|
|
|
- <el-form-item class="hang">
|
|
|
|
- <el-input readonly size="mini" v-model="scope.row.materialClassifyOneName"/>
|
|
|
|
- </el-form-item>
|
|
|
|
- </template>
|
|
|
|
- </el-table-column>
|
|
|
|
- <el-table-column show-overflow-tooltip label="二级品类" align="center" prop="materialClassifyTwoName" width="180px">
|
|
|
|
- <template slot-scope="scope">
|
|
|
|
- <el-form-item class="hang">
|
|
|
|
- <el-input readonly size="mini" v-model="scope.row.materialClassifyTwoName"/>
|
|
|
|
- </el-form-item>
|
|
|
|
- </template>
|
|
|
|
- </el-table-column>
|
|
|
|
- <el-table-column show-overflow-tooltip label="三级品类" align="center" prop="materialClassifyThreeName" width="180px">
|
|
|
|
- <template slot-scope="scope">
|
|
|
|
- <el-form-item class="hang">
|
|
|
|
- <el-input readonly size="mini" v-model="scope.row.materialClassifyThreeName"/>
|
|
|
|
- </el-form-item>
|
|
|
|
- </template>
|
|
|
|
- </el-table-column>
|
|
|
|
- <el-table-column show-overflow-tooltip label="四级品类" align="center" prop="materialClassifyFourName" width="180px">
|
|
|
|
- <template slot-scope="scope">
|
|
|
|
- <el-form-item class="hang">
|
|
|
|
- <el-input readonly size="mini" v-model="scope.row.materialClassifyFourName"/>
|
|
|
|
- </el-form-item>
|
|
|
|
- </template>
|
|
|
|
- </el-table-column>
|
|
|
|
|
|
+ <el-table-column show-overflow-tooltip label="一级品类" align="center" prop="materialClassifyOneName" width="180px"/>
|
|
|
|
+ <el-table-column show-overflow-tooltip label="二级品类" align="center" prop="materialClassifyTwoName" width="180px"/>
|
|
|
|
+ <el-table-column show-overflow-tooltip label="三级品类" align="center" prop="materialClassifyThreeName" width="180px"/>
|
|
|
|
+ <el-table-column show-overflow-tooltip label="四级品类" align="center" prop="materialClassifyFourName" width="180px"/>
|
|
<el-table-column show-overflow-tooltip label="采购员名称" align="center" prop="buyerName" width="120px"/>
|
|
<el-table-column show-overflow-tooltip label="采购员名称" align="center" prop="buyerName" width="120px"/>
|
|
<el-table-column show-overflow-tooltip label="采购员" align="center" prop="buyer"/>
|
|
<el-table-column show-overflow-tooltip label="采购员" align="center" prop="buyer"/>
|
|
<el-table-column show-overflow-tooltip label="物料编码" align="center" prop="materialCode" width="230px">
|
|
<el-table-column show-overflow-tooltip label="物料编码" align="center" prop="materialCode" width="230px">
|
|
@@ -1422,6 +1398,8 @@ export default {
|
|
this.basicForm.puDemandItemList[this.tableIndex].materialClassifyFour = null
|
|
this.basicForm.puDemandItemList[this.tableIndex].materialClassifyFour = null
|
|
this.basicForm.puDemandItemList[this.tableIndex].lastStockOrg = null
|
|
this.basicForm.puDemandItemList[this.tableIndex].lastStockOrg = null
|
|
this.basicForm.puDemandItemList[this.tableIndex].lastStockOrgName = null
|
|
this.basicForm.puDemandItemList[this.tableIndex].lastStockOrgName = null
|
|
|
|
+ this.basicForm.puDemandItemList[this.tableIndex].buyer = null
|
|
|
|
+ this.basicForm.puDemandItemList[this.tableIndex].buyerName = null
|
|
// 通过选择物料查询采购员
|
|
// 通过选择物料查询采购员
|
|
queryMan(selection[0].id).then(res => {
|
|
queryMan(selection[0].id).then(res => {
|
|
if(res.code === 200 && res.rows.length !== 0) {
|
|
if(res.code === 200 && res.rows.length !== 0) {
|