lrf402788946 4 years ago
parent
commit
62aa69e837
2 changed files with 3 additions and 1 deletions
  1. 2 0
      app/controller/order/.transport.js
  2. 1 1
      app/model/transport.js

+ 2 - 0
app/controller/order/.transport.js

@@ -10,6 +10,7 @@ module.exports = {
       "out_bill",
       "remark",
       "is_js",
+      "route",
       "status",
       "remark",
     ],
@@ -29,6 +30,7 @@ module.exports = {
       "send_time",
       "out_bill",
       "remark",
+      "route",
       "is_js",
       "status",
       "remark",

+ 1 - 1
app/model/transport.js

@@ -27,7 +27,7 @@ const bill = new Schema({
 // 运输方信息
 const supplier = new Schema({
   car_no: { type: String, maxlength: 200 }, // 车牌号,0/2使用
-  client: { type: String, maxlength: 200 }, // 客户
+  client: { type: String, maxlength: 200 }, // 供应商
   treaty: { type: String, maxlength: 200 }, // 合同
   item: { type: String, maxlength: 200 }, // 项目
   route: { type: String, maxlength: 200 }, // 线路