From 8090b4bc79f2ccfb80f09390538a8925649b247a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Fri, 1 Oct 2021 23:55:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8D=95=E6=8D=AE=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=E7=9A=84=E6=8E=92=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/bill/dialog/BillDetail.vue | 400 +++++++++--------- 1 file changed, 200 insertions(+), 200 deletions(-) diff --git a/jshERP-web/src/views/bill/dialog/BillDetail.vue b/jshERP-web/src/views/bill/dialog/BillDetail.vue index ebd67595..2ba7fb05 100644 --- a/jshERP-web/src/views/bill/dialog/BillDetail.vue +++ b/jshERP-web/src/views/bill/dialog/BillDetail.vue @@ -884,230 +884,230 @@ //列定义 defColumns: [], retailOutColumns: [ - { title: '仓库名称', dataIndex: 'depotName', width: '5%'}, - { title: '条码', dataIndex: 'barCode', width: '8%'}, - { title: '名称', dataIndex: 'name', width: '8%'}, - { title: '规格', dataIndex: 'standard', width: '5%'}, - { title: '型号', dataIndex: 'model', width: '5%'}, - { title: '扩展信息', dataIndex: 'materialOther', width: '5%'}, - { title: '库存', dataIndex: 'stock', width: '5%'}, - { title: '单位', dataIndex: 'unit', width: '4%'}, - { title: '多属性', dataIndex: 'sku', width: '4%'}, - { title: '数量', dataIndex: 'operNumber', width: '5%'}, - { title: '单价', dataIndex: 'unitPrice', width: '5%'}, - { title: '金额', dataIndex: 'allPrice', width: '5%'}, - { title: '备注', dataIndex: 'remark', width: '5%'} + { title: '仓库名称', dataIndex: 'depotName'}, + { title: '条码', dataIndex: 'barCode'}, + { title: '名称', dataIndex: 'name'}, + { title: '规格', dataIndex: 'standard'}, + { title: '型号', dataIndex: 'model'}, + { title: '扩展信息', dataIndex: 'materialOther'}, + { title: '库存', dataIndex: 'stock'}, + { title: '单位', dataIndex: 'unit'}, + { title: '多属性', dataIndex: 'sku'}, + { title: '数量', dataIndex: 'operNumber'}, + { title: '单价', dataIndex: 'unitPrice'}, + { title: '金额', dataIndex: 'allPrice'}, + { title: '备注', dataIndex: 'remark'} ], retailBackColumns: [ - { title: '仓库名称', dataIndex: 'depotName', width: '5%'}, - { title: '条码', dataIndex: 'barCode', width: '8%'}, - { title: '名称', dataIndex: 'name', width: '8%'}, - { title: '规格', dataIndex: 'standard', width: '5%'}, - { title: '型号', dataIndex: 'model', width: '5%'}, - { title: '扩展信息', dataIndex: 'materialOther', width: '5%'}, - { title: '库存', dataIndex: 'stock', width: '5%'}, - { title: '单位', dataIndex: 'unit', width: '4%'}, - { title: '多属性', dataIndex: 'sku', width: '4%'}, - { title: '数量', dataIndex: 'operNumber', width: '5%'}, - { title: '单价', dataIndex: 'unitPrice', width: '5%'}, - { title: '金额', dataIndex: 'allPrice', width: '5%'}, - { title: '备注', dataIndex: 'remark', width: '5%'} + { title: '仓库名称', dataIndex: 'depotName'}, + { title: '条码', dataIndex: 'barCode'}, + { title: '名称', dataIndex: 'name'}, + { title: '规格', dataIndex: 'standard'}, + { title: '型号', dataIndex: 'model'}, + { title: '扩展信息', dataIndex: 'materialOther'}, + { title: '库存', dataIndex: 'stock'}, + { title: '单位', dataIndex: 'unit'}, + { title: '多属性', dataIndex: 'sku'}, + { title: '数量', dataIndex: 'operNumber'}, + { title: '单价', dataIndex: 'unitPrice'}, + { title: '金额', dataIndex: 'allPrice'}, + { title: '备注', dataIndex: 'remark'} ], purchaseOrderColumns: [ - { title: '条码', dataIndex: 'barCode', width: '8%'}, - { title: '名称', dataIndex: 'name', width: '8%'}, - { title: '规格', dataIndex: 'standard', width: '5%'}, - { title: '型号', dataIndex: 'model', width: '5%'}, - { title: '扩展信息', dataIndex: 'materialOther', width: '5%'}, - { title: '库存', dataIndex: 'stock', width: '5%'}, - { title: '单位', dataIndex: 'unit', width: '4%'}, - { title: '多属性', dataIndex: 'sku', width: '4%'}, - { title: '数量', dataIndex: 'operNumber', width: '5%'}, - { title: '已入库', dataIndex: 'finishNumber', width: '5%'}, - { title: '单价', dataIndex: 'unitPrice', width: '5%'}, - { title: '金额', dataIndex: 'allPrice', width: '5%'}, - { title: '备注', dataIndex: 'remark', width: '5%'} + { title: '条码', dataIndex: 'barCode'}, + { title: '名称', dataIndex: 'name'}, + { title: '规格', dataIndex: 'standard'}, + { title: '型号', dataIndex: 'model'}, + { title: '扩展信息', dataIndex: 'materialOther'}, + { title: '库存', dataIndex: 'stock'}, + { title: '单位', dataIndex: 'unit'}, + { title: '多属性', dataIndex: 'sku'}, + { title: '数量', dataIndex: 'operNumber'}, + { title: '已入库', dataIndex: 'finishNumber'}, + { title: '单价', dataIndex: 'unitPrice'}, + { title: '金额', dataIndex: 'allPrice'}, + { title: '备注', dataIndex: 'remark'} ], purchaseInColumns: [ - { title: '仓库名称', dataIndex: 'depotName', width: '5%'}, - { title: '条码', dataIndex: 'barCode', width: '8%'}, - { title: '名称', dataIndex: 'name', width: '8%'}, - { title: '规格', dataIndex: 'standard', width: '5%'}, - { title: '型号', dataIndex: 'model', width: '5%'}, - { title: '扩展信息', dataIndex: 'materialOther', width: '5%'}, - { title: '库存', dataIndex: 'stock', width: '5%'}, - { title: '单位', dataIndex: 'unit', width: '4%'}, - { title: '序列号', dataIndex: 'snList', width: '4%'}, - { title: '批号', dataIndex: 'batchNumber', width: '4%'}, - { title: '有效期', dataIndex: 'expirationDate',width: '6%'}, - { title: '多属性', dataIndex: 'sku', width: '4%'}, - { title: '数量', dataIndex: 'operNumber', width: '5%'}, - { title: '单价', dataIndex: 'unitPrice', width: '5%'}, - { title: '含税单价', dataIndex: 'taxUnitPrice', width: '5%'}, - { title: '金额', dataIndex: 'allPrice', width: '5%'}, - { title: '税率(%)', dataIndex: 'taxRate', width: '5%'}, - { title: '税额', dataIndex: 'taxMoney', width: '4%'}, - { title: '价税合计', dataIndex: 'taxLastMoney', width: '5%'}, - { title: '备注', dataIndex: 'remark', width: '5%'} + { title: '仓库名称', dataIndex: 'depotName'}, + { title: '条码', dataIndex: 'barCode'}, + { title: '名称', dataIndex: 'name'}, + { title: '规格', dataIndex: 'standard'}, + { title: '型号', dataIndex: 'model'}, + { title: '扩展信息', dataIndex: 'materialOther'}, + { title: '库存', dataIndex: 'stock'}, + { title: '单位', dataIndex: 'unit'}, + { title: '序列号', dataIndex: 'snList'}, + { title: '批号', dataIndex: 'batchNumber'}, + { title: '有效期', dataIndex: 'expirationDate'}, + { title: '多属性', dataIndex: 'sku'}, + { title: '数量', dataIndex: 'operNumber'}, + { title: '单价', dataIndex: 'unitPrice'}, + { title: '含税单价', dataIndex: 'taxUnitPrice'}, + { title: '金额', dataIndex: 'allPrice'}, + { title: '税率(%)', dataIndex: 'taxRate'}, + { title: '税额', dataIndex: 'taxMoney'}, + { title: '价税合计', dataIndex: 'taxLastMoney'}, + { title: '备注', dataIndex: 'remark'} ], purchaseBackColumns: [ - { title: '仓库名称', dataIndex: 'depotName', width: '5%'}, - { title: '条码', dataIndex: 'barCode', width: '8%'}, - { title: '名称', dataIndex: 'name', width: '8%'}, - { title: '规格', dataIndex: 'standard', width: '5%'}, - { title: '型号', dataIndex: 'model', width: '5%'}, - { title: '扩展信息', dataIndex: 'materialOther', width: '5%'}, - { title: '库存', dataIndex: 'stock', width: '5%'}, - { title: '单位', dataIndex: 'unit', width: '4%'}, - { title: '序列号', dataIndex: 'snList', width: '4%'}, - { title: '批号', dataIndex: 'batchNumber', width: '4%'}, - { title: '有效期', dataIndex: 'expirationDate',width: '6%'}, - { title: '多属性', dataIndex: 'sku', width: '4%'}, - { title: '数量', dataIndex: 'operNumber', width: '5%'}, - { title: '单价', dataIndex: 'unitPrice', width: '5%'}, - { title: '含税单价', dataIndex: 'taxUnitPrice', width: '5%'}, - { title: '金额', dataIndex: 'allPrice', width: '5%'}, - { title: '税率(%)', dataIndex: 'taxRate', width: '5%'}, - { title: '税额', dataIndex: 'taxMoney', width: '4%'}, - { title: '价税合计', dataIndex: 'taxLastMoney', width: '5%'}, - { title: '备注', dataIndex: 'remark', width: '5%'} + { title: '仓库名称', dataIndex: 'depotName'}, + { title: '条码', dataIndex: 'barCode'}, + { title: '名称', dataIndex: 'name'}, + { title: '规格', dataIndex: 'standard'}, + { title: '型号', dataIndex: 'model'}, + { title: '扩展信息', dataIndex: 'materialOther'}, + { title: '库存', dataIndex: 'stock'}, + { title: '单位', dataIndex: 'unit'}, + { title: '序列号', dataIndex: 'snList'}, + { title: '批号', dataIndex: 'batchNumber'}, + { title: '有效期', dataIndex: 'expirationDate'}, + { title: '多属性', dataIndex: 'sku'}, + { title: '数量', dataIndex: 'operNumber'}, + { title: '单价', dataIndex: 'unitPrice'}, + { title: '含税单价', dataIndex: 'taxUnitPrice'}, + { title: '金额', dataIndex: 'allPrice'}, + { title: '税率(%)', dataIndex: 'taxRate'}, + { title: '税额', dataIndex: 'taxMoney'}, + { title: '价税合计', dataIndex: 'taxLastMoney'}, + { title: '备注', dataIndex: 'remark'} ], saleOrderColumns: [ - { title: '条码', dataIndex: 'barCode', width: '8%'}, - { title: '名称', dataIndex: 'name', width: '8%'}, - { title: '规格', dataIndex: 'standard', width: '5%'}, - { title: '型号', dataIndex: 'model', width: '5%'}, - { title: '扩展信息', dataIndex: 'materialOther', width: '5%'}, - { title: '库存', dataIndex: 'stock', width: '5%'}, - { title: '单位', dataIndex: 'unit', width: '4%'}, - { title: '多属性', dataIndex: 'sku', width: '4%'}, - { title: '数量', dataIndex: 'operNumber', width: '5%'}, - { title: '已入库', dataIndex: 'finishNumber', width: '5%'}, - { title: '单价', dataIndex: 'unitPrice', width: '5%'}, - { title: '金额', dataIndex: 'allPrice', width: '5%'}, - { title: '备注', dataIndex: 'remark', width: '5%'} + { title: '条码', dataIndex: 'barCode'}, + { title: '名称', dataIndex: 'name'}, + { title: '规格', dataIndex: 'standard'}, + { title: '型号', dataIndex: 'model'}, + { title: '扩展信息', dataIndex: 'materialOther'}, + { title: '库存', dataIndex: 'stock'}, + { title: '单位', dataIndex: 'unit'}, + { title: '多属性', dataIndex: 'sku'}, + { title: '数量', dataIndex: 'operNumber'}, + { title: '已入库', dataIndex: 'finishNumber'}, + { title: '单价', dataIndex: 'unitPrice'}, + { title: '金额', dataIndex: 'allPrice'}, + { title: '备注', dataIndex: 'remark'} ], saleOutColumns: [ - { title: '仓库名称', dataIndex: 'depotName', width: '5%'}, - { title: '条码', dataIndex: 'barCode', width: '8%'}, - { title: '名称', dataIndex: 'name', width: '8%'}, - { title: '规格', dataIndex: 'standard', width: '5%'}, - { title: '型号', dataIndex: 'model', width: '5%'}, - { title: '扩展信息', dataIndex: 'materialOther', width: '5%'}, - { title: '库存', dataIndex: 'stock', width: '5%'}, - { title: '单位', dataIndex: 'unit', width: '4%'}, - { title: '序列号', dataIndex: 'snList', width: '4%'}, - { title: '批号', dataIndex: 'batchNumber', width: '4%'}, - { title: '有效期', dataIndex: 'expirationDate',width: '6%'}, - { title: '多属性', dataIndex: 'sku', width: '4%'}, - { title: '数量', dataIndex: 'operNumber', width: '5%'}, - { title: '单价', dataIndex: 'unitPrice', width: '5%'}, - { title: '含税单价', dataIndex: 'taxUnitPrice', width: '5%'}, - { title: '金额', dataIndex: 'allPrice', width: '5%'}, - { title: '税率(%)', dataIndex: 'taxRate', width: '5%'}, - { title: '税额', dataIndex: 'taxMoney', width: '4%'}, - { title: '价税合计', dataIndex: 'taxLastMoney', width: '5%'}, - { title: '备注', dataIndex: 'remark', width: '5%'} + { title: '仓库名称', dataIndex: 'depotName'}, + { title: '条码', dataIndex: 'barCode'}, + { title: '名称', dataIndex: 'name'}, + { title: '规格', dataIndex: 'standard'}, + { title: '型号', dataIndex: 'model'}, + { title: '扩展信息', dataIndex: 'materialOther'}, + { title: '库存', dataIndex: 'stock'}, + { title: '单位', dataIndex: 'unit'}, + { title: '序列号', dataIndex: 'snList'}, + { title: '批号', dataIndex: 'batchNumber'}, + { title: '有效期', dataIndex: 'expirationDate'}, + { title: '多属性', dataIndex: 'sku'}, + { title: '数量', dataIndex: 'operNumber'}, + { title: '单价', dataIndex: 'unitPrice'}, + { title: '含税单价', dataIndex: 'taxUnitPrice'}, + { title: '金额', dataIndex: 'allPrice'}, + { title: '税率(%)', dataIndex: 'taxRate'}, + { title: '税额', dataIndex: 'taxMoney'}, + { title: '价税合计', dataIndex: 'taxLastMoney'}, + { title: '备注', dataIndex: 'remark'} ], saleBackColumns: [ - { title: '仓库名称', dataIndex: 'depotName', width: '5%'}, - { title: '条码', dataIndex: 'barCode', width: '8%'}, - { title: '名称', dataIndex: 'name', width: '8%'}, - { title: '规格', dataIndex: 'standard', width: '5%'}, - { title: '型号', dataIndex: 'model', width: '5%'}, - { title: '扩展信息', dataIndex: 'materialOther', width: '5%'}, - { title: '库存', dataIndex: 'stock', width: '5%'}, - { title: '单位', dataIndex: 'unit', width: '4%'}, - { title: '序列号', dataIndex: 'snList', width: '4%'}, - { title: '批号', dataIndex: 'batchNumber', width: '4%'}, - { title: '有效期', dataIndex: 'expirationDate',width: '6%'}, - { title: '多属性', dataIndex: 'sku', width: '4%'}, - { title: '数量', dataIndex: 'operNumber', width: '5%'}, - { title: '单价', dataIndex: 'unitPrice', width: '5%'}, - { title: '含税单价', dataIndex: 'taxUnitPrice', width: '5%'}, - { title: '金额', dataIndex: 'allPrice', width: '5%'}, - { title: '税率(%)', dataIndex: 'taxRate', width: '5%'}, - { title: '税额', dataIndex: 'taxMoney', width: '4%'}, - { title: '价税合计', dataIndex: 'taxLastMoney', width: '5%'}, - { title: '备注', dataIndex: 'remark', width: '5%'} + { title: '仓库名称', dataIndex: 'depotName'}, + { title: '条码', dataIndex: 'barCode'}, + { title: '名称', dataIndex: 'name'}, + { title: '规格', dataIndex: 'standard'}, + { title: '型号', dataIndex: 'model'}, + { title: '扩展信息', dataIndex: 'materialOther'}, + { title: '库存', dataIndex: 'stock'}, + { title: '单位', dataIndex: 'unit'}, + { title: '序列号', dataIndex: 'snList'}, + { title: '批号', dataIndex: 'batchNumber'}, + { title: '有效期', dataIndex: 'expirationDate'}, + { title: '多属性', dataIndex: 'sku'}, + { title: '数量', dataIndex: 'operNumber'}, + { title: '单价', dataIndex: 'unitPrice'}, + { title: '含税单价', dataIndex: 'taxUnitPrice'}, + { title: '金额', dataIndex: 'allPrice'}, + { title: '税率(%)', dataIndex: 'taxRate'}, + { title: '税额', dataIndex: 'taxMoney'}, + { title: '价税合计', dataIndex: 'taxLastMoney'}, + { title: '备注', dataIndex: 'remark'} ], otherInColumns: [ - { title: '仓库名称', dataIndex: 'depotName', width: '5%'}, - { title: '条码', dataIndex: 'barCode', width: '8%'}, - { title: '名称', dataIndex: 'name', width: '8%'}, - { title: '规格', dataIndex: 'standard', width: '5%'}, - { title: '型号', dataIndex: 'model', width: '5%'}, - { title: '扩展信息', dataIndex: 'materialOther', width: '5%'}, - { title: '库存', dataIndex: 'stock', width: '5%'}, - { title: '单位', dataIndex: 'unit', width: '4%'}, - { title: '多属性', dataIndex: 'sku', width: '4%'}, - { title: '数量', dataIndex: 'operNumber', width: '5%'}, - { title: '单价', dataIndex: 'unitPrice', width: '5%'}, - { title: '金额', dataIndex: 'allPrice', width: '5%'}, - { title: '备注', dataIndex: 'remark', width: '5%'} + { title: '仓库名称', dataIndex: 'depotName'}, + { title: '条码', dataIndex: 'barCode'}, + { title: '名称', dataIndex: 'name'}, + { title: '规格', dataIndex: 'standard'}, + { title: '型号', dataIndex: 'model'}, + { title: '扩展信息', dataIndex: 'materialOther'}, + { title: '库存', dataIndex: 'stock'}, + { title: '单位', dataIndex: 'unit'}, + { title: '多属性', dataIndex: 'sku'}, + { title: '数量', dataIndex: 'operNumber'}, + { title: '单价', dataIndex: 'unitPrice'}, + { title: '金额', dataIndex: 'allPrice'}, + { title: '备注', dataIndex: 'remark'} ], otherOutColumns: [ - { title: '仓库名称', dataIndex: 'depotName', width: '5%'}, - { title: '条码', dataIndex: 'barCode', width: '8%'}, - { title: '名称', dataIndex: 'name', width: '8%'}, - { title: '规格', dataIndex: 'standard', width: '5%'}, - { title: '型号', dataIndex: 'model', width: '5%'}, - { title: '扩展信息', dataIndex: 'materialOther', width: '5%'}, - { title: '库存', dataIndex: 'stock', width: '5%'}, - { title: '单位', dataIndex: 'unit', width: '4%'}, - { title: '多属性', dataIndex: 'sku', width: '4%'}, - { title: '数量', dataIndex: 'operNumber', width: '5%'}, - { title: '单价', dataIndex: 'unitPrice', width: '5%'}, - { title: '金额', dataIndex: 'allPrice', width: '5%'}, - { title: '备注', dataIndex: 'remark', width: '5%'} + { title: '仓库名称', dataIndex: 'depotName'}, + { title: '条码', dataIndex: 'barCode'}, + { title: '名称', dataIndex: 'name'}, + { title: '规格', dataIndex: 'standard'}, + { title: '型号', dataIndex: 'model'}, + { title: '扩展信息', dataIndex: 'materialOther'}, + { title: '库存', dataIndex: 'stock'}, + { title: '单位', dataIndex: 'unit'}, + { title: '多属性', dataIndex: 'sku'}, + { title: '数量', dataIndex: 'operNumber'}, + { title: '单价', dataIndex: 'unitPrice'}, + { title: '金额', dataIndex: 'allPrice'}, + { title: '备注', dataIndex: 'remark'} ], allocationOutColumns: [ - { title: '仓库名称', dataIndex: 'depotName', width: '5%'}, - { title: '条码', dataIndex: 'barCode', width: '8%'}, - { title: '名称', dataIndex: 'name', width: '8%'}, - { title: '规格', dataIndex: 'standard', width: '5%'}, - { title: '型号', dataIndex: 'model', width: '5%'}, - { title: '扩展信息', dataIndex: 'materialOther', width: '5%'}, - { title: '库存', dataIndex: 'stock', width: '5%'}, - { title: '调入仓库', dataIndex: 'anotherDepotName', width: '8%'}, - { title: '单位', dataIndex: 'unit', width: '4%'}, - { title: '多属性', dataIndex: 'sku', width: '4%'}, - { title: '数量', dataIndex: 'operNumber', width: '5%'}, - { title: '单价', dataIndex: 'unitPrice', width: '5%'}, - { title: '金额', dataIndex: 'allPrice', width: '5%'}, - { title: '备注', dataIndex: 'remark', width: '5%'} + { title: '仓库名称', dataIndex: 'depotName'}, + { title: '条码', dataIndex: 'barCode'}, + { title: '名称', dataIndex: 'name'}, + { title: '规格', dataIndex: 'standard'}, + { title: '型号', dataIndex: 'model'}, + { title: '扩展信息', dataIndex: 'materialOther'}, + { title: '库存', dataIndex: 'stock'}, + { title: '调入仓库', dataIndex: 'anotherDepotName'}, + { title: '单位', dataIndex: 'unit'}, + { title: '多属性', dataIndex: 'sku'}, + { title: '数量', dataIndex: 'operNumber'}, + { title: '单价', dataIndex: 'unitPrice'}, + { title: '金额', dataIndex: 'allPrice'}, + { title: '备注', dataIndex: 'remark'} ], assembleColumns: [ - { title: '商品类型', dataIndex: 'mType',width:'7%'}, - { title: '仓库名称', dataIndex: 'depotName', width: '5%'}, - { title: '条码', dataIndex: 'barCode', width: '8%'}, - { title: '名称', dataIndex: 'name', width: '8%'}, - { title: '规格', dataIndex: 'standard', width: '5%'}, - { title: '型号', dataIndex: 'model', width: '5%'}, - { title: '扩展信息', dataIndex: 'materialOther', width: '5%'}, - { title: '库存', dataIndex: 'stock', width: '5%'}, - { title: '单位', dataIndex: 'unit', width: '4%'}, - { title: '多属性', dataIndex: 'sku', width: '4%'}, - { title: '数量', dataIndex: 'operNumber', width: '5%'}, - { title: '单价', dataIndex: 'unitPrice', width: '5%'}, - { title: '金额', dataIndex: 'allPrice', width: '5%'}, - { title: '备注', dataIndex: 'remark', width: '5%'} + { title: '商品类型', dataIndex: 'mType'}, + { title: '仓库名称', dataIndex: 'depotName'}, + { title: '条码', dataIndex: 'barCode'}, + { title: '名称', dataIndex: 'name'}, + { title: '规格', dataIndex: 'standard'}, + { title: '型号', dataIndex: 'model'}, + { title: '扩展信息', dataIndex: 'materialOther'}, + { title: '库存', dataIndex: 'stock'}, + { title: '单位', dataIndex: 'unit'}, + { title: '多属性', dataIndex: 'sku'}, + { title: '数量', dataIndex: 'operNumber'}, + { title: '单价', dataIndex: 'unitPrice'}, + { title: '金额', dataIndex: 'allPrice'}, + { title: '备注', dataIndex: 'remark'} ], disassembleColumns: [ - { title: '商品类型', dataIndex: 'mType',width:'7%'}, - { title: '仓库名称', dataIndex: 'depotName', width: '5%'}, - { title: '条码', dataIndex: 'barCode', width: '8%'}, - { title: '名称', dataIndex: 'name', width: '8%'}, - { title: '规格', dataIndex: 'standard', width: '5%'}, - { title: '型号', dataIndex: 'model', width: '5%'}, - { title: '扩展信息', dataIndex: 'materialOther', width: '5%'}, - { title: '库存', dataIndex: 'stock', width: '5%'}, - { title: '单位', dataIndex: 'unit', width: '4%'}, - { title: '多属性', dataIndex: 'sku', width: '4%'}, - { title: '数量', dataIndex: 'operNumber', width: '5%'}, - { title: '单价', dataIndex: 'unitPrice', width: '5%'}, - { title: '金额', dataIndex: 'allPrice', width: '5%'}, - { title: '备注', dataIndex: 'remark', width: '5%'} + { title: '商品类型', dataIndex: 'mType'}, + { title: '仓库名称', dataIndex: 'depotName'}, + { title: '条码', dataIndex: 'barCode'}, + { title: '名称', dataIndex: 'name'}, + { title: '规格', dataIndex: 'standard'}, + { title: '型号', dataIndex: 'model'}, + { title: '扩展信息', dataIndex: 'materialOther'}, + { title: '库存', dataIndex: 'stock'}, + { title: '单位', dataIndex: 'unit'}, + { title: '多属性', dataIndex: 'sku'}, + { title: '数量', dataIndex: 'operNumber'}, + { title: '单价', dataIndex: 'unitPrice'}, + { title: '金额', dataIndex: 'allPrice'}, + { title: '备注', dataIndex: 'remark'} ] } },