|
@@ -2064,7 +2064,6 @@ export default {
|
|
|
{ title: '批次号', dataIndex: 'batchNumber', width: 90 },
|
|
|
{ title: '名称', dataIndex: 'name', width: 115 },
|
|
|
// { title: '规格', dataIndex: 'standard', width: 90 },
|
|
|
-
|
|
|
{ title: '生产日期', dataIndex: 'productionDate', width: 100 },
|
|
|
{ title: '保质期', dataIndex: 'expiryNum', width: 60 },
|
|
|
{ title: '商品条码', dataIndex: 'barCode', width: 90 },
|
|
@@ -2082,20 +2081,15 @@ export default {
|
|
|
{ title: '序列号', dataIndex: 'snList', width: 300 },
|
|
|
{ title: '有效期', dataIndex: 'expirationDate', width: 90 },
|
|
|
{ title: '多属性', dataIndex: 'sku', width: 90 },
|
|
|
- { title: '数量', dataIndex: 'operNumber', width: 90 },
|
|
|
+ { title: '入库数量', dataIndex: 'operNumber', width: 90 },
|
|
|
{ title: '已入库', dataIndex: 'finishNumber', width: 90 },
|
|
|
{ title: '单价', dataIndex: 'unitPrice', width: 90 },
|
|
|
{ title: '金额', dataIndex: 'allPrice', width: 90 },
|
|
|
{ title: '税率(%)', dataIndex: 'taxRate', width: 90 },
|
|
|
{ title: '税额', dataIndex: 'taxMoney', width: 90 },
|
|
|
{ title: '价税合计', dataIndex: 'taxLastMoney', width: 90 },
|
|
|
-
|
|
|
- { title: '实际入库数量', dataIndex: 'actualQuantityInStorage', width: 115 },
|
|
|
- { title: '入库差异', dataIndex: 'warehousingVariance', width: 90 },
|
|
|
- { title: '入库差异原因', dataIndex: 'reasonOfDifference', width: 115 },
|
|
|
{ title: '入库人', dataIndex: 'warehousingUserName', width: 90 },
|
|
|
{ title: '入库时间', dataIndex: 'warehousingTime', width: 90 },
|
|
|
-
|
|
|
{ title: '重量', dataIndex: 'weight', width: 90 },
|
|
|
{ title: '备注', dataIndex: 'remark', width: 90 },
|
|
|
],
|
|
@@ -2128,13 +2122,8 @@ export default {
|
|
|
{ title: '税率(%)', dataIndex: 'taxRate', width: 90 },
|
|
|
{ title: '税额', dataIndex: 'taxMoney', width: 90 },
|
|
|
{ title: '价税合计', dataIndex: 'taxLastMoney', width: 90 },
|
|
|
-
|
|
|
- { title: '实际入库数量', dataIndex: 'actualQuantityInStorage', width: 115 },
|
|
|
- { title: '入库差异', dataIndex: 'warehousingVariance', width: 90 },
|
|
|
- { title: '入库差异原因', dataIndex: 'reasonOfDifference', width: 115 },
|
|
|
{ title: '入库人', dataIndex: 'warehousingUserName', width: 90 },
|
|
|
{ title: '入库时间', dataIndex: 'warehousingTime', width: 90 },
|
|
|
-
|
|
|
{ title: '重量', dataIndex: 'weight', width: 90 },
|
|
|
{ title: '备注', dataIndex: 'remark', width: 90 },
|
|
|
],
|
|
@@ -2170,8 +2159,6 @@ export default {
|
|
|
{ title: '名称', dataIndex: 'name', width: 115 },
|
|
|
// { title: '规格', dataIndex: 'standard', width: 90 },
|
|
|
|
|
|
- { title: '生产日期', dataIndex: 'productionDate', width: 100 },
|
|
|
- { title: '保质期', dataIndex: 'expiryNum', width: 60 },
|
|
|
{ title: '商品条码', dataIndex: 'barCode', width: 90 },
|
|
|
{ title: '仓库名称', dataIndex: 'depotName', width: 90 },
|
|
|
{ title: '仓库货架', dataIndex: 'position', width: 90 },
|
|
@@ -2188,17 +2175,13 @@ export default {
|
|
|
{ title: '序列号', dataIndex: 'snList', width: 300 },
|
|
|
{ title: '有效期', dataIndex: 'expirationDate', width: 90 },
|
|
|
{ title: '多属性', dataIndex: 'sku', width: 90 },
|
|
|
- { title: '数量', dataIndex: 'operNumber', width: 90 },
|
|
|
+ { title: '出库数量', dataIndex: 'operNumber', width: 90 },
|
|
|
{ title: '已出库', dataIndex: 'finishNumber', width: 90 },
|
|
|
{ title: '单价', dataIndex: 'unitPrice', width: 90 },
|
|
|
{ title: '金额', dataIndex: 'allPrice', width: 90 },
|
|
|
{ title: '税率(%)', dataIndex: 'taxRate', width: 90 },
|
|
|
{ title: '税额', dataIndex: 'taxMoney', width: 90 },
|
|
|
{ title: '价税合计', dataIndex: 'taxLastMoney', width: 90 },
|
|
|
-
|
|
|
- { title: '实际出库数量', dataIndex: 'actualQuantityInStorage', width: 115 },
|
|
|
- { title: '出库差异', dataIndex: 'warehousingVariance', width: 90 },
|
|
|
- { title: '出库差异原因', dataIndex: 'reasonOfDifference', width: 115 },
|
|
|
{ title: '出库人', dataIndex: 'warehousingUserName', width: 90 },
|
|
|
{ title: '出库时间', dataIndex: 'warehousingTime', width: 90 },
|
|
|
|
|
@@ -2210,8 +2193,6 @@ export default {
|
|
|
{ title: '名称', dataIndex: 'name', width: 115 },
|
|
|
// { title: '规格', dataIndex: 'standard', width: 90 },
|
|
|
|
|
|
- { title: '生产日期', dataIndex: 'productionDate', width: 100 },
|
|
|
- { title: '保质期', dataIndex: 'expiryNum', width: 60 },
|
|
|
{ title: '商品条码', dataIndex: 'barCode', width: 90 },
|
|
|
{ title: '仓库名称', dataIndex: 'depotName', width: 90 },
|
|
|
{ title: '仓库货架', dataIndex: 'position', width: 90 },
|
|
@@ -2228,20 +2209,15 @@ export default {
|
|
|
{ title: '序列号', dataIndex: 'snList', width: 300 },
|
|
|
{ title: '有效期', dataIndex: 'expirationDate', width: 90 },
|
|
|
{ title: '多属性', dataIndex: 'sku', width: 90 },
|
|
|
- { title: '数量', dataIndex: 'operNumber', width: 90 },
|
|
|
+ { title: '出库数量', dataIndex: 'operNumber', width: 90 },
|
|
|
{ title: '已出库', dataIndex: 'finishNumber', width: 90 },
|
|
|
{ title: '单价', dataIndex: 'unitPrice', width: 90 },
|
|
|
{ title: '金额', dataIndex: 'allPrice', width: 90 },
|
|
|
{ title: '税率(%)', dataIndex: 'taxRate', width: 90 },
|
|
|
{ title: '税额', dataIndex: 'taxMoney', width: 90 },
|
|
|
{ title: '价税合计', dataIndex: 'taxLastMoney', width: 90 },
|
|
|
-
|
|
|
- { title: '实际出库数量', dataIndex: 'actualQuantityInStorage', width: 115 },
|
|
|
- { title: '出库差异', dataIndex: 'warehousingVariance', width: 90 },
|
|
|
- { title: '出库差异原因', dataIndex: 'reasonOfDifference', width: 115 },
|
|
|
{ title: '出库人', dataIndex: 'warehousingUserName', width: 90 },
|
|
|
{ title: '出库时间', dataIndex: 'warehousingTime', width: 90 },
|
|
|
-
|
|
|
{ title: '重量', dataIndex: 'weight', width: 90 },
|
|
|
{ title: '备注', dataIndex: 'remark', width: 90 },
|
|
|
],
|
|
@@ -2294,25 +2270,17 @@ export default {
|
|
|
{ title: '序列号', dataIndex: 'snList', width: 300 },
|
|
|
{ title: '有效期', dataIndex: 'expirationDate', width: 90 },
|
|
|
{ title: '多属性', dataIndex: 'sku', width: 90 },
|
|
|
- { title: '数量', dataIndex: 'operNumber', width: 90 },
|
|
|
+ { title: '入库数量', dataIndex: 'operNumber', width: 90 },
|
|
|
{ title: '单价', dataIndex: 'unitPrice', width: 90 },
|
|
|
{ title: '金额', dataIndex: 'allPrice', width: 90 },
|
|
|
-
|
|
|
- { title: '实际入库数量', dataIndex: 'actualQuantityInStorage', width: 115 },
|
|
|
- { title: '入库差异', dataIndex: 'warehousingVariance', width: 90 },
|
|
|
- { title: '入库差异原因', dataIndex: 'reasonOfDifference', width: 115 },
|
|
|
{ title: '入库人', dataIndex: 'warehousingUserName', width: 90 },
|
|
|
{ title: '入库时间', dataIndex: 'warehousingTime', width: 90 },
|
|
|
-
|
|
|
{ title: '重量', dataIndex: 'weight', width: 90 },
|
|
|
],
|
|
|
otherOutColumns: [
|
|
|
{ title: '批次号', dataIndex: 'batchNumber', width: 90 },
|
|
|
{ title: '名称', dataIndex: 'name', width: 115 },
|
|
|
// { title: '规格', dataIndex: 'standard', width: 90 },
|
|
|
-
|
|
|
- { title: '生产日期', dataIndex: 'productionDate', width: 100 },
|
|
|
- { title: '保质期', dataIndex: 'expiryNum', width: 60 },
|
|
|
{ title: '商品条码', dataIndex: 'barCode', width: 90 },
|
|
|
{ title: '仓库名称', dataIndex: 'depotName', width: 90 },
|
|
|
{ title: '仓库货架', dataIndex: 'position', width: 90 },
|
|
@@ -2329,16 +2297,11 @@ export default {
|
|
|
{ title: '序列号', dataIndex: 'snList', width: 300 },
|
|
|
{ title: '有效期', dataIndex: 'expirationDate', width: 90 },
|
|
|
{ title: '多属性', dataIndex: 'sku', width: 90 },
|
|
|
- { title: '数量', dataIndex: 'operNumber', width: 90 },
|
|
|
+ { title: '出库数量', dataIndex: 'operNumber', width: 90 },
|
|
|
{ title: '单价', dataIndex: 'unitPrice', width: 90 },
|
|
|
{ title: '金额', dataIndex: 'allPrice', width: 90 },
|
|
|
-
|
|
|
- { title: '实际出库数量', dataIndex: 'actualQuantityInStorage', width: 115 },
|
|
|
- { title: '出库差异', dataIndex: 'warehousingVariance', width: 90 },
|
|
|
- { title: '出库差异原因', dataIndex: 'reasonOfDifference', width: 115 },
|
|
|
{ title: '出库人', dataIndex: 'warehousingUserName', width: 90 },
|
|
|
{ title: '出库时间', dataIndex: 'warehousingTime', width: 90 },
|
|
|
-
|
|
|
{ title: '重量', dataIndex: 'weight', width: 90 },
|
|
|
{ title: '备注', dataIndex: 'remark', width: 90 },
|
|
|
],
|
|
@@ -2369,8 +2332,6 @@ export default {
|
|
|
{ title: '金额', dataIndex: 'allPrice', width: 90 },
|
|
|
|
|
|
{ title: '实际出库数量', dataIndex: 'actualQuantityInStorage', width: 115 },
|
|
|
- { title: '出库差异', dataIndex: 'warehousingVariance', width: 90 },
|
|
|
- { title: '出库差异原因', dataIndex: 'reasonOfDifference', width: 115 },
|
|
|
{ title: '出库人', dataIndex: 'warehousingUserName', width: 90 },
|
|
|
{ title: '出库时间', dataIndex: 'warehousingTime', width: 90 },
|
|
|
|