|
|
@ -81,15 +81,8 @@ |
|
|
style="font-size: 16px" size="small">包装记录</el-button> |
|
|
style="font-size: 16px" size="small">包装记录</el-button> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
<el-col :span="12"><el-form-item label="制造日期"> |
|
|
|
|
|
<el-date-picker v-model="recvItem.manufactureDate" |
|
|
|
|
|
type="date" format="yyyy-MM-dd" value-format="yyyy-MM-dd" |
|
|
|
|
|
placeholder="选择制造日期" style="width: 100%" |
|
|
|
|
|
inputmode="none" |
|
|
|
|
|
autocomplete="off" |
|
|
|
|
|
autocorrect="off" |
|
|
|
|
|
disabled |
|
|
|
|
|
spellcheck="false" /> |
|
|
|
|
|
|
|
|
<el-col :span="12"> <el-form-item label="高度(mm)"> |
|
|
|
|
|
<el-input v-model="recvItem.height" /> |
|
|
</el-form-item></el-col> |
|
|
</el-form-item></el-col> |
|
|
<el-col :span="12"><el-form-item label="供应商批次"> |
|
|
<el-col :span="12"><el-form-item label="供应商批次"> |
|
|
<el-input v-model="recvItem.supplierBatchNo" disabled placeholder="请输入供应商批次" /> |
|
|
<el-input v-model="recvItem.supplierBatchNo" disabled placeholder="请输入供应商批次" /> |
|
|
@ -267,7 +260,8 @@ export default { |
|
|
deliveryDate: row.plannedDeliveryDate || '', |
|
|
deliveryDate: row.plannedDeliveryDate || '', |
|
|
arrivalDate: this.getCurrentDate(), |
|
|
arrivalDate: this.getCurrentDate(), |
|
|
supplierBatchNo: '', |
|
|
supplierBatchNo: '', |
|
|
wdr:"*" |
|
|
|
|
|
|
|
|
wdr:"*", |
|
|
|
|
|
height: '', |
|
|
}; |
|
|
}; |
|
|
this.processFlag = 2; |
|
|
this.processFlag = 2; |
|
|
}, |
|
|
}, |
|
|
@ -404,6 +398,7 @@ export default { |
|
|
warehouseType: item.warehouseType , |
|
|
warehouseType: item.warehouseType , |
|
|
// 日期字段 |
|
|
// 日期字段 |
|
|
manufactureDate: item.manufactureDate, |
|
|
manufactureDate: item.manufactureDate, |
|
|
|
|
|
height: item.height, |
|
|
// 处理单元列表 |
|
|
// 处理单元列表 |
|
|
handlingUnitList: this.handlingUnit.map(hu => ({ |
|
|
handlingUnitList: this.handlingUnit.map(hu => ({ |
|
|
perQty: hu.perQty, |
|
|
perQty: hu.perQty, |
|
|
|