@@ -247,25 +247,32 @@
prop: 'jbxx',
icon: 'el-icon-edit-outline',
column: [
+
{
- label: "物流单号",
- prop: "trackingNumber",
+ label: "物流公司",
+ prop: "shipperCode",
+ type: "select",
+ dicUrl: "/api/blade-system/dict/dictionary?code=ARE",
+ props: {
+ label: "dictValue",
+ value: "dictKey"
+ },
rules: [{
required: true,
- message: "请输入物流单号",
+ message: "请输入物流公司",
trigger: "blur"
}]
},
- label: "物流公司",
- prop: "trackingName",
+ label: "物流单号",
+ prop: "trackingNumber",
- message: "请输入物流公司",
+ message: "请输入物流单号",
- {
+ /* {
label: "物流公司编号",
prop: "shipperCode",
@@ -273,7 +280,7 @@
message: "请输入物流公司编号",
- },
+ },*/
]