Pārlūkot izejas kodu

【修改】bug

howie 2 gadi atpakaļ
vecāks
revīzija
fd1a29c2f9
1 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  1. 3 3
      src/mixin/print.js

+ 3 - 3
src/mixin/print.js

@@ -313,10 +313,10 @@ export default {
                 tempData.orderType === "REQUISITION_HOME"
                   ? tempData.enginOrderNo
                   : tempData.mainOrderId,
-              materialName: tempData.materialName.substr(0,20),
-              specification: tempData.specification.substr(0,30),
+              materialName: tempData.materialName,
+              specification: tempData.specification,
               refundableQty: tempData.refundableQty,
-              pjxh1Text: tempData.pjxh1Text.substr(0,8),
+              pjxh1Text: tempData.pjxh1Text,
             });
           }
         }