diff --git a/erp_web/pages/reports/in_detail.html b/erp_web/pages/reports/in_detail.html index 1cb2c543..7cd84626 100644 --- a/erp_web/pages/reports/in_detail.html +++ b/erp_web/pages/reports/in_detail.html @@ -194,7 +194,7 @@ {title: '商品名称', field: 'mname', width: 120}, {title: '商品型号', field: 'model', width: 100}, {title: '单价', field: 'unitPrice', width: 60}, - {title: '入库数量', field: 'operNumber', width: 60}, + {title: '入库数量', field: 'operNumber', width: 80}, {title: '金额', field: 'allPrice', width: 60}, {title: '供应商', field: 'sname', width: 200}, {title: '仓库', field: 'dname', width: 120}, diff --git a/erp_web/pages/reports/out_detail.html b/erp_web/pages/reports/out_detail.html index f2b6dca1..6cf585bb 100644 --- a/erp_web/pages/reports/out_detail.html +++ b/erp_web/pages/reports/out_detail.html @@ -194,7 +194,7 @@ {title: '商品名称', field: 'mname', width: 120}, {title: '商品型号', field: 'model', width: 100}, {title: '单价', field: 'unitPrice', width: 60}, - {title: '出库数量', field: 'operNumber', width: 60}, + {title: '出库数量', field: 'operNumber', width: 80}, {title: '金额', field: 'allPrice', width: 60}, {title: '客户', field: 'sname', width: 200}, {title: '仓库', field: 'dname', width: 120}, diff --git a/src/main/resources/mapper_xml/DepotHeadMapperEx.xml b/src/main/resources/mapper_xml/DepotHeadMapperEx.xml index 775b289b..23ec1c19 100644 --- a/src/main/resources/mapper_xml/DepotHeadMapperEx.xml +++ b/src/main/resources/mapper_xml/DepotHeadMapperEx.xml @@ -12,9 +12,9 @@ - - - + + +