|
@@ -2,6 +2,7 @@ export const tableOption = [{
|
|
|
surface: "1",
|
|
|
label: "fBillno",
|
|
|
name: "系统编号",
|
|
|
+ align:"center",
|
|
|
checked: 0,
|
|
|
width: 150,
|
|
|
},
|
|
@@ -9,6 +10,7 @@ export const tableOption = [{
|
|
|
surface: "2",
|
|
|
label: "fCorpidName",
|
|
|
name: "客户名称",
|
|
|
+ align:"left",
|
|
|
checked: 0,
|
|
|
width: 150,
|
|
|
},
|
|
@@ -16,6 +18,7 @@ export const tableOption = [{
|
|
|
surface: "3",
|
|
|
label: "bank",
|
|
|
name: "收款银行",
|
|
|
+ align:"center",
|
|
|
checked: 0,
|
|
|
width: 150,
|
|
|
},
|
|
@@ -23,6 +26,7 @@ export const tableOption = [{
|
|
|
surface: "4",
|
|
|
label: "fBankNumber",
|
|
|
name: "收款账号",
|
|
|
+ align:"center",
|
|
|
checked: 0,
|
|
|
width: 150,
|
|
|
},
|
|
@@ -30,6 +34,7 @@ export const tableOption = [{
|
|
|
surface: "5",
|
|
|
label: "invoiceNo",
|
|
|
name: "发票号",
|
|
|
+ align:"center",
|
|
|
checked: 0,
|
|
|
width: 150,
|
|
|
},
|
|
@@ -37,6 +42,7 @@ export const tableOption = [{
|
|
|
surface: "6",
|
|
|
label: "vessel",
|
|
|
name: "船名",
|
|
|
+ align:"center",
|
|
|
checked: 0,
|
|
|
width: 150,
|
|
|
},
|
|
@@ -44,6 +50,7 @@ export const tableOption = [{
|
|
|
surface: "7",
|
|
|
label: "voyage",
|
|
|
name: "航次",
|
|
|
+ align:"center",
|
|
|
checked: 0,
|
|
|
width: 150,
|
|
|
},
|
|
@@ -51,6 +58,7 @@ export const tableOption = [{
|
|
|
surface: "8",
|
|
|
label: "loadportName",
|
|
|
name: "起运港",
|
|
|
+ align:"center",
|
|
|
checked: 0,
|
|
|
width: 150,
|
|
|
},
|
|
@@ -58,6 +66,7 @@ export const tableOption = [{
|
|
|
surface: "9",
|
|
|
label: "destportName",
|
|
|
name: "目的港",
|
|
|
+ align:"center",
|
|
|
checked: 0,
|
|
|
width: 150,
|
|
|
},
|
|
@@ -65,6 +74,7 @@ export const tableOption = [{
|
|
|
surface: "10",
|
|
|
label: "fAmtdr",
|
|
|
name: "应收金额",
|
|
|
+ align:"center",
|
|
|
checked: 0,
|
|
|
width: 150,
|
|
|
},
|
|
@@ -72,6 +82,7 @@ export const tableOption = [{
|
|
|
surface: "11",
|
|
|
label: "fAmtcr",
|
|
|
name: "收费金额",
|
|
|
+ align:"center",
|
|
|
checked: 0,
|
|
|
width: 150,
|
|
|
},
|
|
@@ -79,6 +90,7 @@ export const tableOption = [{
|
|
|
surface: "12",
|
|
|
label: "fBillstatusName",
|
|
|
name: "状态",
|
|
|
+ align:"center",
|
|
|
checked: 0,
|
|
|
width: 100,
|
|
|
},
|
|
@@ -86,6 +98,7 @@ export const tableOption = [{
|
|
|
surface: "13",
|
|
|
label: "createBy",
|
|
|
name: "制单人",
|
|
|
+ align:"center",
|
|
|
checked: 0,
|
|
|
width: 100,
|
|
|
},
|
|
@@ -93,6 +106,7 @@ export const tableOption = [{
|
|
|
surface: "14",
|
|
|
label: "createTime",
|
|
|
name: "制单日期",
|
|
|
+ align:"center",
|
|
|
checked: 0,
|
|
|
width: 150,
|
|
|
},
|
|
@@ -100,6 +114,7 @@ export const tableOption = [{
|
|
|
surface: "15",
|
|
|
label: "tMblno",
|
|
|
name: "提单号",
|
|
|
+ align:"center",
|
|
|
checked: 0,
|
|
|
width: 100,
|
|
|
},
|
|
@@ -107,6 +122,7 @@ export const tableOption = [{
|
|
|
surface: "16",
|
|
|
label: "fRemarks",
|
|
|
name: "备注",
|
|
|
+ align:"left",
|
|
|
checked: 0,
|
|
|
width: 200,
|
|
|
}
|