소스 검색

【修改】bug

howie 2 년 전
부모
커밋
fd1a29c2f9
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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,
             });
           }
         }