|
|
@@ -635,6 +635,12 @@ export default {
|
|
|
}]
|
|
|
},
|
|
|
{
|
|
|
+ label: '箱动态',
|
|
|
+ prop: 'boxDynamics',
|
|
|
+ overHidden: true,
|
|
|
+ width: 100,
|
|
|
+ },
|
|
|
+ {
|
|
|
label: '箱污染',
|
|
|
prop: 'boxPollution',
|
|
|
cell: true,
|
|
|
@@ -1042,12 +1048,13 @@ export default {
|
|
|
this.$refs.crud.dicInit();
|
|
|
this.form.putBoxItemsList.push({
|
|
|
pid: this.form.id,
|
|
|
- boxBelongsTo: 'SOC',
|
|
|
- boxCategory: 'WFL',
|
|
|
+ boxEastId:this.form.boxEastId,
|
|
|
+ boxEastName:this.form.boxEastName,
|
|
|
+ boxBelongsTo:this.form.boxBelongsTo,
|
|
|
+ boxClass:this.form.boxClass,
|
|
|
boxStatus: '好',
|
|
|
- boxCondition: '新',
|
|
|
+ boxCondition:this.form.boxCondition,
|
|
|
activationDate: this.form.purchaseDate,
|
|
|
- status: '空箱入场',
|
|
|
$cellEdit: true
|
|
|
})
|
|
|
|