lrf402788946 4 years ago
parent
commit
a2bed09f70
1 changed files with 2 additions and 1 deletions
  1. 2 1
      app/model/order.js

+ 2 - 1
app/model/order.js

@@ -80,7 +80,8 @@ const out_bill = new Schema({
   car_no: { type: String, maxlength: 200 }, // 车牌号,0/2使用
   client: { type: String, maxlength: 200 }, // 供应商
   treaty: { type: String, maxlength: 200 }, // 合同
-  item: { type: String, maxlength: 200 }, // 支出项
+  item: { type: String, maxlength: 200 }, // 项目
+  cost_item: { type: String, maxlength: 200 }, // 支出项
   taxes: { type: String, maxLength: 200 }, // 税率
   sq_ys: { type: Number, maxLength: 200 }, // 税前应收
   sq_ss: { type: Number, maxLength: 200 }, // 税前实收