|
@@ -217,7 +217,7 @@
|
|
<div v-else>{{scope.row.specification}}</div>
|
|
<div v-else>{{scope.row.specification}}</div>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column align="left" label="实装物料编号" prop="realMaterialNumber" min-width="120" show-overflow-tooltip>
|
|
|
|
|
|
+ <!-- <el-table-column align="left" label="实装物料编号" prop="realMaterialNumber" min-width="120" show-overflow-tooltip>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<el-input v-model="scope.row.realMaterialNumber" size="small" readonly @click.native="getRealMaterData(scope.$index)" ></el-input>
|
|
<el-input v-model="scope.row.realMaterialNumber" size="small" readonly @click.native="getRealMaterData(scope.$index)" ></el-input>
|
|
</template>
|
|
</template>
|
|
@@ -232,7 +232,7 @@
|
|
<el-input v-model="scope.row.realSpecification" size="small" readonly @click.native="getRealMaterData(scope.$index)" ></el-input>
|
|
<el-input v-model="scope.row.realSpecification" size="small" readonly @click.native="getRealMaterData(scope.$index)" ></el-input>
|
|
|
|
|
|
</template>
|
|
</template>
|
|
- </el-table-column>
|
|
|
|
|
|
+ </el-table-column> -->
|
|
<el-table-column align="center" label="单位" prop="unit" min-width="100" show-overflow-tooltip></el-table-column>
|
|
<el-table-column align="center" label="单位" prop="unit" min-width="100" show-overflow-tooltip></el-table-column>
|
|
<el-table-column align="center" label="单价" prop="price" min-width="100" show-overflow-tooltip>
|
|
<el-table-column align="center" label="单价" prop="price" min-width="100" show-overflow-tooltip>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
@@ -1185,16 +1185,16 @@ export default {
|
|
this.getGoodsList();
|
|
this.getGoodsList();
|
|
},
|
|
},
|
|
submitPushGoods(){
|
|
submitPushGoods(){
|
|
-// realMaterialId
|
|
|
|
-// 实装金蝶物料id
|
|
|
|
-// realMaterialName
|
|
|
|
-// 实装金蝶物料名称
|
|
|
|
-// realMaterialNumber
|
|
|
|
-// 实装金蝶物料编码
|
|
|
|
-// realMaterialOldNumber
|
|
|
|
-// 实装金蝶物料旧编码
|
|
|
|
-// realSpecification
|
|
|
|
-// 实装规格型号
|
|
|
|
|
|
+ // realMaterialId
|
|
|
|
+ // 实装金蝶物料id
|
|
|
|
+ // realMaterialName
|
|
|
|
+ // 实装金蝶物料名称
|
|
|
|
+ // realMaterialNumber
|
|
|
|
+ // 实装金蝶物料编码
|
|
|
|
+ // realMaterialOldNumber
|
|
|
|
+ // 实装金蝶物料旧编码
|
|
|
|
+ // realSpecification
|
|
|
|
+ // 实装规格型号
|
|
const currentData = this.leftGoodsList.find(e=>e.id===this.currentRadio)
|
|
const currentData = this.leftGoodsList.find(e=>e.id===this.currentRadio)
|
|
|
|
|
|
this.$set(this.goodsList[this.currentId],'realMaterialId',currentData.materialId)
|
|
this.$set(this.goodsList[this.currentId],'realMaterialId',currentData.materialId)
|