@@ -52,6 +52,8 @@
option: {},
optionBack: {
height:'auto',
+ searchIcon: true,
+ searchIndex: 3,
calcHeight: 30,
tip: false,
searchShow: true,
@@ -146,6 +148,7 @@
{
label: "船舶编码",
prop: "code",
+ search: true,
rules: [{
required: true,
message: "请输入船舶编码",
@@ -155,6 +158,7 @@
label: "中文船名",
prop: "cnName",
message: "请输入中文船名",
@@ -164,6 +168,7 @@
label: "英文船名",
prop: "enName",
message: "请输入英文船名",
@@ -173,6 +178,7 @@
label: "船舶注册国家代码",
prop: "cntyCode",
width: "120"
// rules: [{
// required: true,
@@ -183,6 +189,7 @@
label: "船舶注册国家名称",
prop: "cntyName",
@@ -193,6 +200,7 @@
label: "船舶呼号",
prop: "afrno",
// message: "请输入船舶呼号",
@@ -220,6 +228,7 @@
label: "船公司 Id",
prop: "carrierId",
hide:true,
@@ -241,6 +250,7 @@
label: "港务局编码",
prop: "portOfficeCode",
width: "100",
@@ -251,6 +261,7 @@
label: "港务局中文船名",
prop: "portOfficeCnName",
width: "120",
@@ -261,6 +272,7 @@
label: "港务局英文船名",
prop: "portOfficeEnName",
@@ -271,6 +283,7 @@
label: "港务局船公司代码",
prop: "portOfficeCarrierCode",