|
@@ -19,7 +19,7 @@ export const syrulesData = {
|
|
|
//入库
|
|
|
export let columnsTable = [
|
|
|
{ prop: 'quantity', label: '数量', width: 0 },
|
|
|
- { prop: 'unit_price', label: '购进单价', width: 0 },
|
|
|
+ { prop: 'unit_price', label: '单价', width: 0 },
|
|
|
{ prop: 'operator', label: '经办人', width: 0 },
|
|
|
{ prop: 'forwarding_unit', label: '发货单位', width: 0 },
|
|
|
{ prop: 'date', label: '入库日期', width: 0 },
|
|
@@ -30,7 +30,7 @@ export let columnsTable = [
|
|
|
//入库
|
|
|
export let scanCodeTable = [
|
|
|
{ prop: 'quantity', label: '数量', width: 0 },
|
|
|
- { prop: 'unitPrice', label: '购进单价', width: 0 },
|
|
|
+ { prop: 'unitPrice', label: '单价', width: 0 },
|
|
|
{ prop: 'operator', label: '经办人', width: 0 },
|
|
|
{ prop: 'forwardingUnit', label: '发货单位', width: 0 },
|
|
|
{ prop: 'date', label: '入库日期', width: 0 },
|
|
@@ -40,7 +40,7 @@ export let scanCodeTable = [
|
|
|
//出库
|
|
|
export let columnsTableOut = [
|
|
|
{ label: '数量', prop: 'quantity', width: 0 },
|
|
|
- { label: '销售单价', prop: 'unit_price', width: 0 },
|
|
|
+ // { label: '销售单价', prop: 'unit_price', width: 0 },
|
|
|
{ label: '经办人', prop: 'operator', width: 0 },
|
|
|
{ label: '收货单位', prop: 'receiving_unit', width: 0 },
|
|
|
{ label: '出库日期', prop: 'date', width: 0 },
|
|
@@ -50,7 +50,7 @@ export let columnsTableOut = [
|
|
|
//出库
|
|
|
export let scanCodeTableOut = [
|
|
|
{ label: '数量', prop: 'quantity', width: 0 },
|
|
|
- { label: '销售单价', prop: 'unitPrice', width: 0 },
|
|
|
+ // { label: '销售单价', prop: 'unitPrice', width: 0 },
|
|
|
{ label: '经办人', prop: 'operator', width: 0 },
|
|
|
{ label: '收货单位', prop: 'receivingUnit', width: 0 },
|
|
|
{ label: '出库日期', prop: 'date', width: 0 },
|