瀏覽代碼

【修改】bug

howie 2 年之前
父節點
當前提交
89a8bdd645
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/mixin/print.js

+ 2 - 1
src/mixin/print.js

@@ -302,7 +302,8 @@ export default {
                 ? this.dateToDayFilter(data.createTime)
                 : "",
               enginOrderType:
-                tempData.orderType == "HOME" || tempData.orderType == "TRADE"
+                tempData.orderType == "HOME" || tempData.orderType == "TRADE" || tempData.orderType === "REQUISITION_TRADE" ||
+                tempData.orderType === "REQUISITION_HOME"
                   ? tempData.enginOrderNo
                   : tempData.mainOrderId,
               materialName: tempData.materialName,