|
@@ -1245,7 +1245,7 @@ export default {
|
|
|
label: '联系电话',
|
|
|
prop: 'tel'
|
|
|
}, {
|
|
|
- label: '提单号',
|
|
|
+ label: '业务号',
|
|
|
prop: 'billNo',
|
|
|
rules: [{
|
|
|
required: true,
|
|
@@ -1274,6 +1274,31 @@ export default {
|
|
|
// }],
|
|
|
// },
|
|
|
{
|
|
|
+ label: '风险等级',
|
|
|
+ prop: 'riskLevel',
|
|
|
+ type: "select",
|
|
|
+ dicUrl: "/api/blade-system/dict-biz/dictionary?code=level",
|
|
|
+ props: {
|
|
|
+ label: "dictValue",
|
|
|
+ value: "dictKey"
|
|
|
+ }
|
|
|
+ },{
|
|
|
+ label: '难度等级',
|
|
|
+ prop: 'difficultyLevel',
|
|
|
+ type: "select",
|
|
|
+ dicUrl: "/api/blade-system/dict-biz/dictionary?code=level",
|
|
|
+ props: {
|
|
|
+ label: "dictValue",
|
|
|
+ value: "dictKey"
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ label: '货物',
|
|
|
+ span: 24,
|
|
|
+ minRows: 2,
|
|
|
+ prop: 'goods',
|
|
|
+ type: 'textarea'
|
|
|
+ },
|
|
|
+ {
|
|
|
label: '备注',
|
|
|
span: 24,
|
|
|
minRows: 2,
|