|
@@ -407,8 +407,8 @@
|
|
|
</template>
|
|
</template>
|
|
|
</ele-pro-table>
|
|
</ele-pro-table>
|
|
|
<div class="submit_item">
|
|
<div class="submit_item">
|
|
|
- <el-button type="primary" @click="submit(0)">保存</el-button
|
|
|
|
|
- ><el-button type="primary" @click="config">提交</el-button></div
|
|
|
|
|
|
|
+ <el-button v-click-once type="primary" @click="submit(0)">保存</el-button
|
|
|
|
|
+ ><el-button v-click-once type="primary" @click="config">提交</el-button></div
|
|
|
>
|
|
>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
@@ -591,6 +591,13 @@
|
|
|
minWidth: 130,
|
|
minWidth: 130,
|
|
|
showOverflowTooltip: true,
|
|
showOverflowTooltip: true,
|
|
|
},
|
|
},
|
|
|
|
|
+ {
|
|
|
|
|
+ prop: 'modeKey',
|
|
|
|
|
+ label: '机型',
|
|
|
|
|
+ align: 'center',
|
|
|
|
|
+ minWidth: 130,
|
|
|
|
|
+ showOverflowTooltip: true,
|
|
|
|
|
+ },
|
|
|
...(this.dimension != '1' ? [{
|
|
...(this.dimension != '1' ? [{
|
|
|
prop: 'batchNo',
|
|
prop: 'batchNo',
|
|
|
label: '批次号',
|
|
label: '批次号',
|
|
@@ -758,6 +765,13 @@
|
|
|
minWidth: 130,
|
|
minWidth: 130,
|
|
|
showOverflowTooltip: true,
|
|
showOverflowTooltip: true,
|
|
|
},
|
|
},
|
|
|
|
|
+ {
|
|
|
|
|
+ prop: 'modeKey',
|
|
|
|
|
+ label: '机型',
|
|
|
|
|
+ align: 'center',
|
|
|
|
|
+ minWidth: 130,
|
|
|
|
|
+ showOverflowTooltip: true,
|
|
|
|
|
+ },
|
|
|
// {
|
|
// {
|
|
|
// prop: 'batchNo',
|
|
// prop: 'batchNo',
|
|
|
// label: '批次号',
|
|
// label: '批次号',
|
|
@@ -1488,7 +1502,9 @@
|
|
|
allotApplyAddPOBuilders: this.tableData.map((item) => {
|
|
allotApplyAddPOBuilders: this.tableData.map((item) => {
|
|
|
return {
|
|
return {
|
|
|
colorKey: item.colorKey,
|
|
colorKey: item.colorKey,
|
|
|
|
|
+ modeKey: item.modeKey,
|
|
|
quantity: item.quantity,
|
|
quantity: item.quantity,
|
|
|
|
|
+ categoryCode: item.categoryCode,
|
|
|
categoryId: item.categoryId,
|
|
categoryId: item.categoryId,
|
|
|
warehouseId: item.warehouseId,
|
|
warehouseId: item.warehouseId,
|
|
|
warehouseName: item.warehouseName,
|
|
warehouseName: item.warehouseName,
|