123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158 |
- 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
- }
|