修改单据展示的排版
This commit is contained in:
@@ -884,230 +884,230 @@
|
|||||||
//列定义
|
//列定义
|
||||||
defColumns: [],
|
defColumns: [],
|
||||||
retailOutColumns: [
|
retailOutColumns: [
|
||||||
{ title: '仓库名称', dataIndex: 'depotName', width: '5%'},
|
{ title: '仓库名称', dataIndex: 'depotName'},
|
||||||
{ title: '条码', dataIndex: 'barCode', width: '8%'},
|
{ title: '条码', dataIndex: 'barCode'},
|
||||||
{ title: '名称', dataIndex: 'name', width: '8%'},
|
{ title: '名称', dataIndex: 'name'},
|
||||||
{ title: '规格', dataIndex: 'standard', width: '5%'},
|
{ title: '规格', dataIndex: 'standard'},
|
||||||
{ title: '型号', dataIndex: 'model', width: '5%'},
|
{ title: '型号', dataIndex: 'model'},
|
||||||
{ title: '扩展信息', dataIndex: 'materialOther', width: '5%'},
|
{ title: '扩展信息', dataIndex: 'materialOther'},
|
||||||
{ title: '库存', dataIndex: 'stock', width: '5%'},
|
{ title: '库存', dataIndex: 'stock'},
|
||||||
{ title: '单位', dataIndex: 'unit', width: '4%'},
|
{ title: '单位', dataIndex: 'unit'},
|
||||||
{ title: '多属性', dataIndex: 'sku', width: '4%'},
|
{ title: '多属性', dataIndex: 'sku'},
|
||||||
{ title: '数量', dataIndex: 'operNumber', width: '5%'},
|
{ title: '数量', dataIndex: 'operNumber'},
|
||||||
{ title: '单价', dataIndex: 'unitPrice', width: '5%'},
|
{ title: '单价', dataIndex: 'unitPrice'},
|
||||||
{ title: '金额', dataIndex: 'allPrice', width: '5%'},
|
{ title: '金额', dataIndex: 'allPrice'},
|
||||||
{ title: '备注', dataIndex: 'remark', width: '5%'}
|
{ title: '备注', dataIndex: 'remark'}
|
||||||
],
|
],
|
||||||
retailBackColumns: [
|
retailBackColumns: [
|
||||||
{ title: '仓库名称', dataIndex: 'depotName', width: '5%'},
|
{ title: '仓库名称', dataIndex: 'depotName'},
|
||||||
{ title: '条码', dataIndex: 'barCode', width: '8%'},
|
{ title: '条码', dataIndex: 'barCode'},
|
||||||
{ title: '名称', dataIndex: 'name', width: '8%'},
|
{ title: '名称', dataIndex: 'name'},
|
||||||
{ title: '规格', dataIndex: 'standard', width: '5%'},
|
{ title: '规格', dataIndex: 'standard'},
|
||||||
{ title: '型号', dataIndex: 'model', width: '5%'},
|
{ title: '型号', dataIndex: 'model'},
|
||||||
{ title: '扩展信息', dataIndex: 'materialOther', width: '5%'},
|
{ title: '扩展信息', dataIndex: 'materialOther'},
|
||||||
{ title: '库存', dataIndex: 'stock', width: '5%'},
|
{ title: '库存', dataIndex: 'stock'},
|
||||||
{ title: '单位', dataIndex: 'unit', width: '4%'},
|
{ title: '单位', dataIndex: 'unit'},
|
||||||
{ title: '多属性', dataIndex: 'sku', width: '4%'},
|
{ title: '多属性', dataIndex: 'sku'},
|
||||||
{ title: '数量', dataIndex: 'operNumber', width: '5%'},
|
{ title: '数量', dataIndex: 'operNumber'},
|
||||||
{ title: '单价', dataIndex: 'unitPrice', width: '5%'},
|
{ title: '单价', dataIndex: 'unitPrice'},
|
||||||
{ title: '金额', dataIndex: 'allPrice', width: '5%'},
|
{ title: '金额', dataIndex: 'allPrice'},
|
||||||
{ title: '备注', dataIndex: 'remark', width: '5%'}
|
{ title: '备注', dataIndex: 'remark'}
|
||||||
],
|
],
|
||||||
purchaseOrderColumns: [
|
purchaseOrderColumns: [
|
||||||
{ title: '条码', dataIndex: 'barCode', width: '8%'},
|
{ title: '条码', dataIndex: 'barCode'},
|
||||||
{ title: '名称', dataIndex: 'name', width: '8%'},
|
{ title: '名称', dataIndex: 'name'},
|
||||||
{ title: '规格', dataIndex: 'standard', width: '5%'},
|
{ title: '规格', dataIndex: 'standard'},
|
||||||
{ title: '型号', dataIndex: 'model', width: '5%'},
|
{ title: '型号', dataIndex: 'model'},
|
||||||
{ title: '扩展信息', dataIndex: 'materialOther', width: '5%'},
|
{ title: '扩展信息', dataIndex: 'materialOther'},
|
||||||
{ title: '库存', dataIndex: 'stock', width: '5%'},
|
{ title: '库存', dataIndex: 'stock'},
|
||||||
{ title: '单位', dataIndex: 'unit', width: '4%'},
|
{ title: '单位', dataIndex: 'unit'},
|
||||||
{ title: '多属性', dataIndex: 'sku', width: '4%'},
|
{ title: '多属性', dataIndex: 'sku'},
|
||||||
{ title: '数量', dataIndex: 'operNumber', width: '5%'},
|
{ title: '数量', dataIndex: 'operNumber'},
|
||||||
{ title: '已入库', dataIndex: 'finishNumber', width: '5%'},
|
{ title: '已入库', dataIndex: 'finishNumber'},
|
||||||
{ title: '单价', dataIndex: 'unitPrice', width: '5%'},
|
{ title: '单价', dataIndex: 'unitPrice'},
|
||||||
{ title: '金额', dataIndex: 'allPrice', width: '5%'},
|
{ title: '金额', dataIndex: 'allPrice'},
|
||||||
{ title: '备注', dataIndex: 'remark', width: '5%'}
|
{ title: '备注', dataIndex: 'remark'}
|
||||||
],
|
],
|
||||||
purchaseInColumns: [
|
purchaseInColumns: [
|
||||||
{ title: '仓库名称', dataIndex: 'depotName', width: '5%'},
|
{ title: '仓库名称', dataIndex: 'depotName'},
|
||||||
{ title: '条码', dataIndex: 'barCode', width: '8%'},
|
{ title: '条码', dataIndex: 'barCode'},
|
||||||
{ title: '名称', dataIndex: 'name', width: '8%'},
|
{ title: '名称', dataIndex: 'name'},
|
||||||
{ title: '规格', dataIndex: 'standard', width: '5%'},
|
{ title: '规格', dataIndex: 'standard'},
|
||||||
{ title: '型号', dataIndex: 'model', width: '5%'},
|
{ title: '型号', dataIndex: 'model'},
|
||||||
{ title: '扩展信息', dataIndex: 'materialOther', width: '5%'},
|
{ title: '扩展信息', dataIndex: 'materialOther'},
|
||||||
{ title: '库存', dataIndex: 'stock', width: '5%'},
|
{ title: '库存', dataIndex: 'stock'},
|
||||||
{ title: '单位', dataIndex: 'unit', width: '4%'},
|
{ title: '单位', dataIndex: 'unit'},
|
||||||
{ title: '序列号', dataIndex: 'snList', width: '4%'},
|
{ title: '序列号', dataIndex: 'snList'},
|
||||||
{ title: '批号', dataIndex: 'batchNumber', width: '4%'},
|
{ title: '批号', dataIndex: 'batchNumber'},
|
||||||
{ title: '有效期', dataIndex: 'expirationDate',width: '6%'},
|
{ title: '有效期', dataIndex: 'expirationDate'},
|
||||||
{ title: '多属性', dataIndex: 'sku', width: '4%'},
|
{ title: '多属性', dataIndex: 'sku'},
|
||||||
{ title: '数量', dataIndex: 'operNumber', width: '5%'},
|
{ title: '数量', dataIndex: 'operNumber'},
|
||||||
{ title: '单价', dataIndex: 'unitPrice', width: '5%'},
|
{ title: '单价', dataIndex: 'unitPrice'},
|
||||||
{ title: '含税单价', dataIndex: 'taxUnitPrice', width: '5%'},
|
{ title: '含税单价', dataIndex: 'taxUnitPrice'},
|
||||||
{ title: '金额', dataIndex: 'allPrice', width: '5%'},
|
{ title: '金额', dataIndex: 'allPrice'},
|
||||||
{ title: '税率(%)', dataIndex: 'taxRate', width: '5%'},
|
{ title: '税率(%)', dataIndex: 'taxRate'},
|
||||||
{ title: '税额', dataIndex: 'taxMoney', width: '4%'},
|
{ title: '税额', dataIndex: 'taxMoney'},
|
||||||
{ title: '价税合计', dataIndex: 'taxLastMoney', width: '5%'},
|
{ title: '价税合计', dataIndex: 'taxLastMoney'},
|
||||||
{ title: '备注', dataIndex: 'remark', width: '5%'}
|
{ title: '备注', dataIndex: 'remark'}
|
||||||
],
|
],
|
||||||
purchaseBackColumns: [
|
purchaseBackColumns: [
|
||||||
{ title: '仓库名称', dataIndex: 'depotName', width: '5%'},
|
{ title: '仓库名称', dataIndex: 'depotName'},
|
||||||
{ title: '条码', dataIndex: 'barCode', width: '8%'},
|
{ title: '条码', dataIndex: 'barCode'},
|
||||||
{ title: '名称', dataIndex: 'name', width: '8%'},
|
{ title: '名称', dataIndex: 'name'},
|
||||||
{ title: '规格', dataIndex: 'standard', width: '5%'},
|
{ title: '规格', dataIndex: 'standard'},
|
||||||
{ title: '型号', dataIndex: 'model', width: '5%'},
|
{ title: '型号', dataIndex: 'model'},
|
||||||
{ title: '扩展信息', dataIndex: 'materialOther', width: '5%'},
|
{ title: '扩展信息', dataIndex: 'materialOther'},
|
||||||
{ title: '库存', dataIndex: 'stock', width: '5%'},
|
{ title: '库存', dataIndex: 'stock'},
|
||||||
{ title: '单位', dataIndex: 'unit', width: '4%'},
|
{ title: '单位', dataIndex: 'unit'},
|
||||||
{ title: '序列号', dataIndex: 'snList', width: '4%'},
|
{ title: '序列号', dataIndex: 'snList'},
|
||||||
{ title: '批号', dataIndex: 'batchNumber', width: '4%'},
|
{ title: '批号', dataIndex: 'batchNumber'},
|
||||||
{ title: '有效期', dataIndex: 'expirationDate',width: '6%'},
|
{ title: '有效期', dataIndex: 'expirationDate'},
|
||||||
{ title: '多属性', dataIndex: 'sku', width: '4%'},
|
{ title: '多属性', dataIndex: 'sku'},
|
||||||
{ title: '数量', dataIndex: 'operNumber', width: '5%'},
|
{ title: '数量', dataIndex: 'operNumber'},
|
||||||
{ title: '单价', dataIndex: 'unitPrice', width: '5%'},
|
{ title: '单价', dataIndex: 'unitPrice'},
|
||||||
{ title: '含税单价', dataIndex: 'taxUnitPrice', width: '5%'},
|
{ title: '含税单价', dataIndex: 'taxUnitPrice'},
|
||||||
{ title: '金额', dataIndex: 'allPrice', width: '5%'},
|
{ title: '金额', dataIndex: 'allPrice'},
|
||||||
{ title: '税率(%)', dataIndex: 'taxRate', width: '5%'},
|
{ title: '税率(%)', dataIndex: 'taxRate'},
|
||||||
{ title: '税额', dataIndex: 'taxMoney', width: '4%'},
|
{ title: '税额', dataIndex: 'taxMoney'},
|
||||||
{ title: '价税合计', dataIndex: 'taxLastMoney', width: '5%'},
|
{ title: '价税合计', dataIndex: 'taxLastMoney'},
|
||||||
{ title: '备注', dataIndex: 'remark', width: '5%'}
|
{ title: '备注', dataIndex: 'remark'}
|
||||||
],
|
],
|
||||||
saleOrderColumns: [
|
saleOrderColumns: [
|
||||||
{ title: '条码', dataIndex: 'barCode', width: '8%'},
|
{ title: '条码', dataIndex: 'barCode'},
|
||||||
{ title: '名称', dataIndex: 'name', width: '8%'},
|
{ title: '名称', dataIndex: 'name'},
|
||||||
{ title: '规格', dataIndex: 'standard', width: '5%'},
|
{ title: '规格', dataIndex: 'standard'},
|
||||||
{ title: '型号', dataIndex: 'model', width: '5%'},
|
{ title: '型号', dataIndex: 'model'},
|
||||||
{ title: '扩展信息', dataIndex: 'materialOther', width: '5%'},
|
{ title: '扩展信息', dataIndex: 'materialOther'},
|
||||||
{ title: '库存', dataIndex: 'stock', width: '5%'},
|
{ title: '库存', dataIndex: 'stock'},
|
||||||
{ title: '单位', dataIndex: 'unit', width: '4%'},
|
{ title: '单位', dataIndex: 'unit'},
|
||||||
{ title: '多属性', dataIndex: 'sku', width: '4%'},
|
{ title: '多属性', dataIndex: 'sku'},
|
||||||
{ title: '数量', dataIndex: 'operNumber', width: '5%'},
|
{ title: '数量', dataIndex: 'operNumber'},
|
||||||
{ title: '已入库', dataIndex: 'finishNumber', width: '5%'},
|
{ title: '已入库', dataIndex: 'finishNumber'},
|
||||||
{ title: '单价', dataIndex: 'unitPrice', width: '5%'},
|
{ title: '单价', dataIndex: 'unitPrice'},
|
||||||
{ title: '金额', dataIndex: 'allPrice', width: '5%'},
|
{ title: '金额', dataIndex: 'allPrice'},
|
||||||
{ title: '备注', dataIndex: 'remark', width: '5%'}
|
{ title: '备注', dataIndex: 'remark'}
|
||||||
],
|
],
|
||||||
saleOutColumns: [
|
saleOutColumns: [
|
||||||
{ title: '仓库名称', dataIndex: 'depotName', width: '5%'},
|
{ title: '仓库名称', dataIndex: 'depotName'},
|
||||||
{ title: '条码', dataIndex: 'barCode', width: '8%'},
|
{ title: '条码', dataIndex: 'barCode'},
|
||||||
{ title: '名称', dataIndex: 'name', width: '8%'},
|
{ title: '名称', dataIndex: 'name'},
|
||||||
{ title: '规格', dataIndex: 'standard', width: '5%'},
|
{ title: '规格', dataIndex: 'standard'},
|
||||||
{ title: '型号', dataIndex: 'model', width: '5%'},
|
{ title: '型号', dataIndex: 'model'},
|
||||||
{ title: '扩展信息', dataIndex: 'materialOther', width: '5%'},
|
{ title: '扩展信息', dataIndex: 'materialOther'},
|
||||||
{ title: '库存', dataIndex: 'stock', width: '5%'},
|
{ title: '库存', dataIndex: 'stock'},
|
||||||
{ title: '单位', dataIndex: 'unit', width: '4%'},
|
{ title: '单位', dataIndex: 'unit'},
|
||||||
{ title: '序列号', dataIndex: 'snList', width: '4%'},
|
{ title: '序列号', dataIndex: 'snList'},
|
||||||
{ title: '批号', dataIndex: 'batchNumber', width: '4%'},
|
{ title: '批号', dataIndex: 'batchNumber'},
|
||||||
{ title: '有效期', dataIndex: 'expirationDate',width: '6%'},
|
{ title: '有效期', dataIndex: 'expirationDate'},
|
||||||
{ title: '多属性', dataIndex: 'sku', width: '4%'},
|
{ title: '多属性', dataIndex: 'sku'},
|
||||||
{ title: '数量', dataIndex: 'operNumber', width: '5%'},
|
{ title: '数量', dataIndex: 'operNumber'},
|
||||||
{ title: '单价', dataIndex: 'unitPrice', width: '5%'},
|
{ title: '单价', dataIndex: 'unitPrice'},
|
||||||
{ title: '含税单价', dataIndex: 'taxUnitPrice', width: '5%'},
|
{ title: '含税单价', dataIndex: 'taxUnitPrice'},
|
||||||
{ title: '金额', dataIndex: 'allPrice', width: '5%'},
|
{ title: '金额', dataIndex: 'allPrice'},
|
||||||
{ title: '税率(%)', dataIndex: 'taxRate', width: '5%'},
|
{ title: '税率(%)', dataIndex: 'taxRate'},
|
||||||
{ title: '税额', dataIndex: 'taxMoney', width: '4%'},
|
{ title: '税额', dataIndex: 'taxMoney'},
|
||||||
{ title: '价税合计', dataIndex: 'taxLastMoney', width: '5%'},
|
{ title: '价税合计', dataIndex: 'taxLastMoney'},
|
||||||
{ title: '备注', dataIndex: 'remark', width: '5%'}
|
{ title: '备注', dataIndex: 'remark'}
|
||||||
],
|
],
|
||||||
saleBackColumns: [
|
saleBackColumns: [
|
||||||
{ title: '仓库名称', dataIndex: 'depotName', width: '5%'},
|
{ title: '仓库名称', dataIndex: 'depotName'},
|
||||||
{ title: '条码', dataIndex: 'barCode', width: '8%'},
|
{ title: '条码', dataIndex: 'barCode'},
|
||||||
{ title: '名称', dataIndex: 'name', width: '8%'},
|
{ title: '名称', dataIndex: 'name'},
|
||||||
{ title: '规格', dataIndex: 'standard', width: '5%'},
|
{ title: '规格', dataIndex: 'standard'},
|
||||||
{ title: '型号', dataIndex: 'model', width: '5%'},
|
{ title: '型号', dataIndex: 'model'},
|
||||||
{ title: '扩展信息', dataIndex: 'materialOther', width: '5%'},
|
{ title: '扩展信息', dataIndex: 'materialOther'},
|
||||||
{ title: '库存', dataIndex: 'stock', width: '5%'},
|
{ title: '库存', dataIndex: 'stock'},
|
||||||
{ title: '单位', dataIndex: 'unit', width: '4%'},
|
{ title: '单位', dataIndex: 'unit'},
|
||||||
{ title: '序列号', dataIndex: 'snList', width: '4%'},
|
{ title: '序列号', dataIndex: 'snList'},
|
||||||
{ title: '批号', dataIndex: 'batchNumber', width: '4%'},
|
{ title: '批号', dataIndex: 'batchNumber'},
|
||||||
{ title: '有效期', dataIndex: 'expirationDate',width: '6%'},
|
{ title: '有效期', dataIndex: 'expirationDate'},
|
||||||
{ title: '多属性', dataIndex: 'sku', width: '4%'},
|
{ title: '多属性', dataIndex: 'sku'},
|
||||||
{ title: '数量', dataIndex: 'operNumber', width: '5%'},
|
{ title: '数量', dataIndex: 'operNumber'},
|
||||||
{ title: '单价', dataIndex: 'unitPrice', width: '5%'},
|
{ title: '单价', dataIndex: 'unitPrice'},
|
||||||
{ title: '含税单价', dataIndex: 'taxUnitPrice', width: '5%'},
|
{ title: '含税单价', dataIndex: 'taxUnitPrice'},
|
||||||
{ title: '金额', dataIndex: 'allPrice', width: '5%'},
|
{ title: '金额', dataIndex: 'allPrice'},
|
||||||
{ title: '税率(%)', dataIndex: 'taxRate', width: '5%'},
|
{ title: '税率(%)', dataIndex: 'taxRate'},
|
||||||
{ title: '税额', dataIndex: 'taxMoney', width: '4%'},
|
{ title: '税额', dataIndex: 'taxMoney'},
|
||||||
{ title: '价税合计', dataIndex: 'taxLastMoney', width: '5%'},
|
{ title: '价税合计', dataIndex: 'taxLastMoney'},
|
||||||
{ title: '备注', dataIndex: 'remark', width: '5%'}
|
{ title: '备注', dataIndex: 'remark'}
|
||||||
],
|
],
|
||||||
otherInColumns: [
|
otherInColumns: [
|
||||||
{ title: '仓库名称', dataIndex: 'depotName', width: '5%'},
|
{ title: '仓库名称', dataIndex: 'depotName'},
|
||||||
{ title: '条码', dataIndex: 'barCode', width: '8%'},
|
{ title: '条码', dataIndex: 'barCode'},
|
||||||
{ title: '名称', dataIndex: 'name', width: '8%'},
|
{ title: '名称', dataIndex: 'name'},
|
||||||
{ title: '规格', dataIndex: 'standard', width: '5%'},
|
{ title: '规格', dataIndex: 'standard'},
|
||||||
{ title: '型号', dataIndex: 'model', width: '5%'},
|
{ title: '型号', dataIndex: 'model'},
|
||||||
{ title: '扩展信息', dataIndex: 'materialOther', width: '5%'},
|
{ title: '扩展信息', dataIndex: 'materialOther'},
|
||||||
{ title: '库存', dataIndex: 'stock', width: '5%'},
|
{ title: '库存', dataIndex: 'stock'},
|
||||||
{ title: '单位', dataIndex: 'unit', width: '4%'},
|
{ title: '单位', dataIndex: 'unit'},
|
||||||
{ title: '多属性', dataIndex: 'sku', width: '4%'},
|
{ title: '多属性', dataIndex: 'sku'},
|
||||||
{ title: '数量', dataIndex: 'operNumber', width: '5%'},
|
{ title: '数量', dataIndex: 'operNumber'},
|
||||||
{ title: '单价', dataIndex: 'unitPrice', width: '5%'},
|
{ title: '单价', dataIndex: 'unitPrice'},
|
||||||
{ title: '金额', dataIndex: 'allPrice', width: '5%'},
|
{ title: '金额', dataIndex: 'allPrice'},
|
||||||
{ title: '备注', dataIndex: 'remark', width: '5%'}
|
{ title: '备注', dataIndex: 'remark'}
|
||||||
],
|
],
|
||||||
otherOutColumns: [
|
otherOutColumns: [
|
||||||
{ title: '仓库名称', dataIndex: 'depotName', width: '5%'},
|
{ title: '仓库名称', dataIndex: 'depotName'},
|
||||||
{ title: '条码', dataIndex: 'barCode', width: '8%'},
|
{ title: '条码', dataIndex: 'barCode'},
|
||||||
{ title: '名称', dataIndex: 'name', width: '8%'},
|
{ title: '名称', dataIndex: 'name'},
|
||||||
{ title: '规格', dataIndex: 'standard', width: '5%'},
|
{ title: '规格', dataIndex: 'standard'},
|
||||||
{ title: '型号', dataIndex: 'model', width: '5%'},
|
{ title: '型号', dataIndex: 'model'},
|
||||||
{ title: '扩展信息', dataIndex: 'materialOther', width: '5%'},
|
{ title: '扩展信息', dataIndex: 'materialOther'},
|
||||||
{ title: '库存', dataIndex: 'stock', width: '5%'},
|
{ title: '库存', dataIndex: 'stock'},
|
||||||
{ title: '单位', dataIndex: 'unit', width: '4%'},
|
{ title: '单位', dataIndex: 'unit'},
|
||||||
{ title: '多属性', dataIndex: 'sku', width: '4%'},
|
{ title: '多属性', dataIndex: 'sku'},
|
||||||
{ title: '数量', dataIndex: 'operNumber', width: '5%'},
|
{ title: '数量', dataIndex: 'operNumber'},
|
||||||
{ title: '单价', dataIndex: 'unitPrice', width: '5%'},
|
{ title: '单价', dataIndex: 'unitPrice'},
|
||||||
{ title: '金额', dataIndex: 'allPrice', width: '5%'},
|
{ title: '金额', dataIndex: 'allPrice'},
|
||||||
{ title: '备注', dataIndex: 'remark', width: '5%'}
|
{ title: '备注', dataIndex: 'remark'}
|
||||||
],
|
],
|
||||||
allocationOutColumns: [
|
allocationOutColumns: [
|
||||||
{ title: '仓库名称', dataIndex: 'depotName', width: '5%'},
|
{ title: '仓库名称', dataIndex: 'depotName'},
|
||||||
{ title: '条码', dataIndex: 'barCode', width: '8%'},
|
{ title: '条码', dataIndex: 'barCode'},
|
||||||
{ title: '名称', dataIndex: 'name', width: '8%'},
|
{ title: '名称', dataIndex: 'name'},
|
||||||
{ title: '规格', dataIndex: 'standard', width: '5%'},
|
{ title: '规格', dataIndex: 'standard'},
|
||||||
{ title: '型号', dataIndex: 'model', width: '5%'},
|
{ title: '型号', dataIndex: 'model'},
|
||||||
{ title: '扩展信息', dataIndex: 'materialOther', width: '5%'},
|
{ title: '扩展信息', dataIndex: 'materialOther'},
|
||||||
{ title: '库存', dataIndex: 'stock', width: '5%'},
|
{ title: '库存', dataIndex: 'stock'},
|
||||||
{ title: '调入仓库', dataIndex: 'anotherDepotName', width: '8%'},
|
{ title: '调入仓库', dataIndex: 'anotherDepotName'},
|
||||||
{ title: '单位', dataIndex: 'unit', width: '4%'},
|
{ title: '单位', dataIndex: 'unit'},
|
||||||
{ title: '多属性', dataIndex: 'sku', width: '4%'},
|
{ title: '多属性', dataIndex: 'sku'},
|
||||||
{ title: '数量', dataIndex: 'operNumber', width: '5%'},
|
{ title: '数量', dataIndex: 'operNumber'},
|
||||||
{ title: '单价', dataIndex: 'unitPrice', width: '5%'},
|
{ title: '单价', dataIndex: 'unitPrice'},
|
||||||
{ title: '金额', dataIndex: 'allPrice', width: '5%'},
|
{ title: '金额', dataIndex: 'allPrice'},
|
||||||
{ title: '备注', dataIndex: 'remark', width: '5%'}
|
{ title: '备注', dataIndex: 'remark'}
|
||||||
],
|
],
|
||||||
assembleColumns: [
|
assembleColumns: [
|
||||||
{ title: '商品类型', dataIndex: 'mType',width:'7%'},
|
{ title: '商品类型', dataIndex: 'mType'},
|
||||||
{ title: '仓库名称', dataIndex: 'depotName', width: '5%'},
|
{ title: '仓库名称', dataIndex: 'depotName'},
|
||||||
{ title: '条码', dataIndex: 'barCode', width: '8%'},
|
{ title: '条码', dataIndex: 'barCode'},
|
||||||
{ title: '名称', dataIndex: 'name', width: '8%'},
|
{ title: '名称', dataIndex: 'name'},
|
||||||
{ title: '规格', dataIndex: 'standard', width: '5%'},
|
{ title: '规格', dataIndex: 'standard'},
|
||||||
{ title: '型号', dataIndex: 'model', width: '5%'},
|
{ title: '型号', dataIndex: 'model'},
|
||||||
{ title: '扩展信息', dataIndex: 'materialOther', width: '5%'},
|
{ title: '扩展信息', dataIndex: 'materialOther'},
|
||||||
{ title: '库存', dataIndex: 'stock', width: '5%'},
|
{ title: '库存', dataIndex: 'stock'},
|
||||||
{ title: '单位', dataIndex: 'unit', width: '4%'},
|
{ title: '单位', dataIndex: 'unit'},
|
||||||
{ title: '多属性', dataIndex: 'sku', width: '4%'},
|
{ title: '多属性', dataIndex: 'sku'},
|
||||||
{ title: '数量', dataIndex: 'operNumber', width: '5%'},
|
{ title: '数量', dataIndex: 'operNumber'},
|
||||||
{ title: '单价', dataIndex: 'unitPrice', width: '5%'},
|
{ title: '单价', dataIndex: 'unitPrice'},
|
||||||
{ title: '金额', dataIndex: 'allPrice', width: '5%'},
|
{ title: '金额', dataIndex: 'allPrice'},
|
||||||
{ title: '备注', dataIndex: 'remark', width: '5%'}
|
{ title: '备注', dataIndex: 'remark'}
|
||||||
],
|
],
|
||||||
disassembleColumns: [
|
disassembleColumns: [
|
||||||
{ title: '商品类型', dataIndex: 'mType',width:'7%'},
|
{ title: '商品类型', dataIndex: 'mType'},
|
||||||
{ title: '仓库名称', dataIndex: 'depotName', width: '5%'},
|
{ title: '仓库名称', dataIndex: 'depotName'},
|
||||||
{ title: '条码', dataIndex: 'barCode', width: '8%'},
|
{ title: '条码', dataIndex: 'barCode'},
|
||||||
{ title: '名称', dataIndex: 'name', width: '8%'},
|
{ title: '名称', dataIndex: 'name'},
|
||||||
{ title: '规格', dataIndex: 'standard', width: '5%'},
|
{ title: '规格', dataIndex: 'standard'},
|
||||||
{ title: '型号', dataIndex: 'model', width: '5%'},
|
{ title: '型号', dataIndex: 'model'},
|
||||||
{ title: '扩展信息', dataIndex: 'materialOther', width: '5%'},
|
{ title: '扩展信息', dataIndex: 'materialOther'},
|
||||||
{ title: '库存', dataIndex: 'stock', width: '5%'},
|
{ title: '库存', dataIndex: 'stock'},
|
||||||
{ title: '单位', dataIndex: 'unit', width: '4%'},
|
{ title: '单位', dataIndex: 'unit'},
|
||||||
{ title: '多属性', dataIndex: 'sku', width: '4%'},
|
{ title: '多属性', dataIndex: 'sku'},
|
||||||
{ title: '数量', dataIndex: 'operNumber', width: '5%'},
|
{ title: '数量', dataIndex: 'operNumber'},
|
||||||
{ title: '单价', dataIndex: 'unitPrice', width: '5%'},
|
{ title: '单价', dataIndex: 'unitPrice'},
|
||||||
{ title: '金额', dataIndex: 'allPrice', width: '5%'},
|
{ title: '金额', dataIndex: 'allPrice'},
|
||||||
{ title: '备注', dataIndex: 'remark', width: '5%'}
|
{ title: '备注', dataIndex: 'remark'}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user