{{ partial("header/header") }} 盘库
{%if otherData is not empty%}

盘库日期:{{otherData['inspectTime']}}

盘库人:{{otherData['handlePerson']}}

{%else%}

日期:{{date("Y-m-d")}}

{%endif%}
添加备注
{%if data is not empty%} {%for item in data%}

{{item['binName']}}

{%for index,info in item['inventory']%}

{{info['materialName']}}

原在库量
{{info['originalNum']}}
所有者
{{info['customerName']}}
库房
{{info['warehouseName']}}
库区
{{info['areaName']}}
库位
{{info['binName']}}
批次
{{info['bitch']}}
采购单价
{{info['price']}}元
供应商
{{info['providerName']}}
盘库数量
{%endfor%}
{%endfor%} {%endif%}
  • 库位:

添加备注

备注
{{ partial("foorter/footer") }}