lrf402788946 4 年之前
父节点
当前提交
67d2c132fd
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/model/order.js

+ 1 - 0
app/model/order.js

@@ -87,6 +87,7 @@ const out_bill = new Schema({
   sq_ss: { type: Number, maxLength: 200 }, // 税前实收
   sq_ss: { type: Number, maxLength: 200 }, // 税前实收
   sh_ys: { type: Number, maxLength: 200 }, // 税后应收
   sh_ys: { type: Number, maxLength: 200 }, // 税后应收
   sh_ss: { type: Number, maxLength: 200 }, // 税后实收
   sh_ss: { type: Number, maxLength: 200 }, // 税后实收
+  is_js: { type: Boolean, default: false }, // 是否结算
 });
 });