|
@@ -96,7 +96,7 @@
|
|
<el-row :gutter="10">
|
|
<el-row :gutter="10">
|
|
<el-col :span="1.5">
|
|
<el-col :span="1.5">
|
|
<el-form-item label="物料编码">
|
|
<el-form-item label="物料编码">
|
|
- <el-input style="width: 200px" size="mini" readonly v-model="queryParams.material">
|
|
|
|
|
|
+ <el-input style="width: 200px" size="mini" readonly v-model="queryParams.materialCode">
|
|
<el-button slot="append" icon="el-icon-more" @click="test01"></el-button>
|
|
<el-button slot="append" icon="el-icon-more" @click="test01"></el-button>
|
|
</el-input>
|
|
</el-input>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
@@ -214,9 +214,9 @@
|
|
@selection-change="handleSelectionChange"
|
|
@selection-change="handleSelectionChange"
|
|
>
|
|
>
|
|
<el-table-column show-overflow-tooltip type="selection" width="55" />
|
|
<el-table-column show-overflow-tooltip type="selection" width="55" />
|
|
- <el-table-column show-overflow-tooltip label="物料分类编码" align="center" prop="materialClassify"/>
|
|
|
|
|
|
+ <el-table-column show-overflow-tooltip label="物料分类编码" align="center" width="150" prop="materialClassify"/>
|
|
<el-table-column show-overflow-tooltip label="物料分类名称" align="center" width="200" prop="materialClassifyName" />
|
|
<el-table-column show-overflow-tooltip label="物料分类名称" align="center" width="200" prop="materialClassifyName" />
|
|
- <el-table-column show-overflow-tooltip label="一级分类名称" align="center" prop="materialClassifyOneName" />
|
|
|
|
|
|
+ <el-table-column show-overflow-tooltip label="一级分类名称" align="center" width="150" prop="materialClassifyOneName" />
|
|
<el-table-column show-overflow-tooltip label="二级分类名称" align="center" width="150" prop="materialClassifyTwoName" />
|
|
<el-table-column show-overflow-tooltip label="二级分类名称" align="center" width="150" prop="materialClassifyTwoName" />
|
|
<el-table-column show-overflow-tooltip label="三级分类名称" align="center" width="150" prop="materialClassifyThreeName"/>
|
|
<el-table-column show-overflow-tooltip label="三级分类名称" align="center" width="150" prop="materialClassifyThreeName"/>
|
|
<el-table-column show-overflow-tooltip label="四级分类名称" align="center" width="150" prop="materialClassifyFourName" />
|
|
<el-table-column show-overflow-tooltip label="四级分类名称" align="center" width="150" prop="materialClassifyFourName" />
|
|
@@ -228,10 +228,10 @@
|
|
<el-table-column show-overflow-tooltip label="采购员" align="center" width="150" prop="buyerName" />
|
|
<el-table-column show-overflow-tooltip label="采购员" align="center" width="150" prop="buyerName" />
|
|
<el-table-column show-overflow-tooltip label="订单部门" align="center" width="150" prop="orderDeptName" />
|
|
<el-table-column show-overflow-tooltip label="订单部门" align="center" width="150" prop="orderDeptName" />
|
|
<el-table-column show-overflow-tooltip label="部门" align="center" width="150" prop="puDeptName" />
|
|
<el-table-column show-overflow-tooltip label="部门" align="center" width="150" prop="puDeptName" />
|
|
- <el-table-column show-overflow-tooltip label="创建人" align="center" width="150" prop="createdByName" />
|
|
|
|
- <el-table-column show-overflow-tooltip label="创建时间" align="center" width="150" prop="createdTime" />
|
|
|
|
- <el-table-column show-overflow-tooltip label="修改人" align="center" width="150" prop="updatedByName" />
|
|
|
|
- <el-table-column show-overflow-tooltip label="修改时间" align="center" width="150" prop="updatedTime" />
|
|
|
|
|
|
+ <el-table-column show-overflow-tooltip label="创建人" align="center" width="150" prop="createByName" />
|
|
|
|
+ <el-table-column show-overflow-tooltip label="创建时间" align="center" width="150" prop="createTime" />
|
|
|
|
+ <el-table-column show-overflow-tooltip label="修改人" align="center" width="150" prop="updateByName" />
|
|
|
|
+ <el-table-column show-overflow-tooltip label="修改时间" align="center" width="150" prop="updateTime" />
|
|
<el-table-column
|
|
<el-table-column
|
|
fixed="right"
|
|
fixed="right"
|
|
label="操作"
|
|
label="操作"
|
|
@@ -311,7 +311,7 @@ export default {
|
|
materialClassifyThreeName: '',
|
|
materialClassifyThreeName: '',
|
|
materialClassifyFour: '',
|
|
materialClassifyFour: '',
|
|
materialClassifyFourName: '',
|
|
materialClassifyFourName: '',
|
|
- material: '',
|
|
|
|
|
|
+ materialCode: '',
|
|
materialName: '',
|
|
materialName: '',
|
|
orderPersonal: '',
|
|
orderPersonal: '',
|
|
buyer: '',
|
|
buyer: '',
|
|
@@ -363,7 +363,7 @@ export default {
|
|
materialClassifyThreeName: '',
|
|
materialClassifyThreeName: '',
|
|
materialClassifyFour: '',
|
|
materialClassifyFour: '',
|
|
materialClassifyFourName: '',
|
|
materialClassifyFourName: '',
|
|
- material: '',
|
|
|
|
|
|
+ materialCode: '',
|
|
materialName: '',
|
|
materialName: '',
|
|
orderPersonal: '',
|
|
orderPersonal: '',
|
|
buyer: '',
|
|
buyer: '',
|
|
@@ -433,7 +433,7 @@ export default {
|
|
this.$refs.contractSelect.init()
|
|
this.$refs.contractSelect.init()
|
|
},
|
|
},
|
|
selectionsToInput(selections) {
|
|
selectionsToInput(selections) {
|
|
- this.queryParams.material = selections[0].code
|
|
|
|
|
|
+ this.queryParams.materialCode = selections[0].code
|
|
},
|
|
},
|
|
// 选择默认采购组织
|
|
// 选择默认采购组织
|
|
chooseRefer(type, isPage, title) {
|
|
chooseRefer(type, isPage, title) {
|