Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
8090b4bc
Commit
8090b4bc
authored
Oct 01, 2021
by
季圣华
Browse files
修改单据展示的排版
parent
9750d47c
Changes
1
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/bill/dialog/BillDetail.vue
View file @
8090b4bc
...
...
@@ -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
'
}
]
}
},
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment