浏览代码

Merge branch '3.0.1_online'

zhangweicheng 5 年之前
父节点
当前提交
df82856f13
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      modules/main/facade/ration_facade.js

+ 1 - 1
modules/main/facade/ration_facade.js

@@ -1168,7 +1168,7 @@ async function  updateRation(std,defaultLibID,rationID,billsItemID,projectID,cal
     //定额前缀 none:0, complementary:1, borrow: 2
     ration.prefix = '';
     //借用优先级比补充高
-    if(ration.from === ' std' && std.rationRepId !== parseInt(defaultLibID)){//借用
+    if(ration.from === 'std' && std.rationRepId !== parseInt(defaultLibID)){//借用
         ration.prefix = '借';
     } else if(ration.from === 'cpt') {
         ration.prefix = '补';