lrf402788946 4 năm trước cách đây
mục cha
commit
2d8450fb6f
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      app/model/transport.js

+ 5 - 0
app/model/transport.js

@@ -79,6 +79,11 @@ const transport = {
     type: String,
     field: { label: '签收时间' },
   },
+  route: {
+    type: String,
+    required: true,
+    field: { label: '线路' },
+  },
   out_bill: {
     type: [ bill ],
     maxLength: 200,