Browse Source

修复已知问题

dev-xx
马远东 7 months ago
parent
commit
2450a0d817
  1. 4
      src/option/finance/CustomerSettlement.js
  2. 4
      src/option/finance/MerchantDepositSlip.js
  3. 14
      src/option/waybill/TemporaryStorageList.js
  4. 2
      src/option/waybill/WaybillOrderList.js

4
src/option/finance/CustomerSettlement.js

@ -28,7 +28,7 @@ export const columnList = [
{
prop: 'brand',
label: '品牌',
type: 2,
type: 1,
values: '',
width: '150',
checkarr: [],
@ -39,7 +39,7 @@ export const columnList = [
{
prop: 'waybillNo',
label: '运单号',
type: 2,
type: 1,
values: '',
width: '150',
checkarr: [],

4
src/option/finance/MerchantDepositSlip.js

@ -17,7 +17,7 @@ export const columnList = [
{
prop: 'brand',
label: '品牌',
type: 2,
type: 1,
values: '',
width: '150',
checkarr: [],
@ -28,7 +28,7 @@ export const columnList = [
{
prop: 'waybillNo',
label: '运单号',
type: 2,
type: 1,
values: '',
width: '150',
checkarr: [],

14
src/option/waybill/TemporaryStorageList.js

@ -109,7 +109,7 @@ export const columnList = [
{
prop: 'senderFactory',
label: '发货单位',
type: 2,
type: 1,
values: '',
width: '130',
checkarr: [],
@ -119,7 +119,7 @@ export const columnList = [
{
prop: 'senderName',
label: '发货人',
type: 2,
type: 1,
values: '',
width: '130',
checkarr: [],
@ -129,7 +129,7 @@ export const columnList = [
{
prop: 'senderPhone',
label: '发货人电话',
type: 2,
type: 1,
values: '',
width: '130',
checkarr: [],
@ -139,7 +139,7 @@ export const columnList = [
{
prop: 'senderAddress',
label: '发货地址',
type: 2,
type: 1,
values: '',
width: '130',
checkarr: [],
@ -149,7 +149,7 @@ export const columnList = [
{
prop: 'consigneePerson',
label: '商场联系人',
type: 2,
type: 1,
values: '',
width: '130',
checkarr: [],
@ -159,7 +159,7 @@ export const columnList = [
{
prop: 'consigneeMobile',
label: '联系电话',
type: 2,
type: 1,
values: '',
width: '130',
checkarr: [],
@ -169,7 +169,7 @@ export const columnList = [
{
prop: 'consigneeAddress',
label: '地址',
type: 2,
type: 1,
values: '',
width: '130',
checkarr: [],

2
src/option/waybill/WaybillOrderList.js

@ -241,7 +241,7 @@ export const columnList = [
{
prop: 'totalFreight',
label: '运费',
type: 2,
type: 1,
values: '',
width: '130',
checkarr: [],

Loading…
Cancel
Save