入库信息
{{form.number}}
{{form.belong_dept_name || userDeptName}}
{{form.create_by_name || userName}}
{{form.warehouse_name}}
{form.entry_date=e.detail.value}" v-if="mode!='show'">
{{form.entry_date || '请选择日期'}}
{{form.entry_date}}
{{form.entry_type_display || getLabel(entryTypeList, form.entry_type)}}
{{form.entry_method_display || getLabel(entryMethodList, form.entry_method)}}
¥ {{calcTotalAmount}}
{{form.note}}
入库明细
{{item.name}}
{{item.spec}}
{{item.unit}}
{{item.quantity}}
{{item.unit_price}}
¥ {{calcRowAmount(item)}}
{{item.supplier_name}}
{item.invoice_received=e.detail.value}" v-if="mode!='show'" color="#2BA471"/>
{{item.invoice_received ? '已收到' : '未收到'}}
{{item.note}}
暂无入库物品