Explorar o código

【修改】bug

howie %!s(int64=2) %!d(string=hai) anos
pai
achega
89a8bdd645
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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,