|
@@ -0,0 +1,158 @@
|
|
|
+var obj={
|
|
|
+ key:"11",
|
|
|
+ title:"货票",
|
|
|
+
|
|
|
+ url:"apply11",
|
|
|
+
|
|
|
+ list:[
|
|
|
+
|
|
|
+ {
|
|
|
+ key:"deviceType",
|
|
|
+ type:["text","width49"],
|
|
|
+ text:"发站",
|
|
|
+ isrequset:1
|
|
|
+ },
|
|
|
+ {
|
|
|
+ key:"faultPhenomenon",
|
|
|
+ type:["text","width49"],
|
|
|
+ text:"到站(局)",
|
|
|
+ isrequset:1
|
|
|
+ },
|
|
|
+ {
|
|
|
+ key:"faultDescription",
|
|
|
+ type:["text","width49"],
|
|
|
+ text:"车种车号",
|
|
|
+ isrequset:0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ key:"maintenanceDescription",
|
|
|
+ type:["text","width49"],
|
|
|
+ text:"货车标重",
|
|
|
+ isrequset:0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ key:"computeType",
|
|
|
+ type:["radio","itemline"],
|
|
|
+ text:"",
|
|
|
+ isrequset:1,
|
|
|
+ list:[
|
|
|
+ {value:"0",name:"承运人"},
|
|
|
+ {value:"1",name:"托运人装车"}
|
|
|
+ ],
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ key:"content",
|
|
|
+ type:["textlong"],
|
|
|
+ text:"经由",
|
|
|
+ //isrequset:1
|
|
|
+ },
|
|
|
+ {
|
|
|
+ key:"content",
|
|
|
+ type:["textlong"],
|
|
|
+ text:"货物运到期限",
|
|
|
+ //isrequset:1
|
|
|
+ },
|
|
|
+ {
|
|
|
+ key:"content",
|
|
|
+ type:["textlong"],
|
|
|
+ text:"施封号码或铁路篷布号码",
|
|
|
+ //isrequset:1
|
|
|
+ },
|
|
|
+ {
|
|
|
+ key:"content",
|
|
|
+ type:["textlong"],
|
|
|
+ text:"运价里程",
|
|
|
+ //isrequset:1
|
|
|
+ },
|
|
|
+ {
|
|
|
+ key:"content",
|
|
|
+ type:["textlong"],
|
|
|
+ text:"集装箱箱型",
|
|
|
+ //isrequset:1
|
|
|
+ },
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ {
|
|
|
+ key:"amount",
|
|
|
+ type:["textnumber",'unit'],
|
|
|
+ text:"保价金额",
|
|
|
+ unit:"元"
|
|
|
+ //sql:["personInfo","orgName"],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ key:"content",
|
|
|
+ type:["textlong"],
|
|
|
+ text:"托运人名称及地址",
|
|
|
+ //isrequset:1
|
|
|
+ },
|
|
|
+ {
|
|
|
+ key:"content",
|
|
|
+ type:["textlong"],
|
|
|
+ text:"收货人名称及地址",
|
|
|
+ //isrequset:1
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ key:"content",
|
|
|
+ type:["textlong"],
|
|
|
+ text:"货物品名",
|
|
|
+ //isrequset:1
|
|
|
+ },
|
|
|
+ {
|
|
|
+ key:"content",
|
|
|
+ type:["textlong"],
|
|
|
+ text:"品名代码",
|
|
|
+ //isrequset:1
|
|
|
+ },
|
|
|
+ {
|
|
|
+ key:"content",
|
|
|
+ type:["textlong"],
|
|
|
+ text:"件数",
|
|
|
+ //isrequset:1
|
|
|
+ },
|
|
|
+ {
|
|
|
+ key:"content",
|
|
|
+ type:["textlong"],
|
|
|
+ text:"货物重量",
|
|
|
+ //isrequset:1
|
|
|
+ },
|
|
|
+ {
|
|
|
+ key:"content",
|
|
|
+ type:["textlong"],
|
|
|
+ text:"计费重量",
|
|
|
+ //isrequset:1
|
|
|
+ },
|
|
|
+ {
|
|
|
+ key:"content",
|
|
|
+ type:["textlong"],
|
|
|
+ text:"运价号",
|
|
|
+ //isrequset:1
|
|
|
+ },
|
|
|
+ {
|
|
|
+ key:"content",
|
|
|
+ type:["textlong"],
|
|
|
+ text:"运价率",
|
|
|
+ //isrequset:1
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ key:"annexFile",
|
|
|
+ type:["upload"],
|
|
|
+ text:"附件",
|
|
|
+
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ key:"bak",
|
|
|
+ type:["textlong"],
|
|
|
+ text:"备注",
|
|
|
+
|
|
|
+ },
|
|
|
+
|
|
|
+ ]
|
|
|
+ }
|
|
|
+export const getdata=()=>{
|
|
|
+ return obj
|
|
|
+}
|