Browse Source

高度

master
han\hanst 3 months ago
parent
commit
d1458496d3
  1. 15
      src/views/modules/recv/recv.vue

15
src/views/modules/recv/recv.vue

@ -81,15 +81,8 @@
style="font-size: 16px" size="small">包装记录</el-button>
</el-form-item>
</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-col :span="12"><el-form-item label="供应商批次">
<el-input v-model="recvItem.supplierBatchNo" disabled placeholder="请输入供应商批次" />
@ -267,7 +260,8 @@ export default {
deliveryDate: row.plannedDeliveryDate || '',
arrivalDate: this.getCurrentDate(),
supplierBatchNo: '',
wdr:"*"
wdr:"*",
height: '',
};
this.processFlag = 2;
},
@ -404,6 +398,7 @@ export default {
warehouseType: item.warehouseType ,
//
manufactureDate: item.manufactureDate,
height: item.height,
//
handlingUnitList: this.handlingUnit.map(hu => ({
perQty: hu.perQty,

Loading…
Cancel
Save