Browse Source

【修改】bug

howie 2 năm trước cách đây
mục cha
commit
fd1a29c2f9
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  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,
             });
           }
         }