Procházet zdrojové kódy

质检统计二维码

2213980799@qq.com před 1 rokem
rodič
revize
71ee040ffc

+ 1 - 1
src/views/inspectionStatistics/qualityControlWorkOrder/index.vue

@@ -546,7 +546,7 @@ export default {
         specification: encodeURIComponent(this.currentRow.specification),
         specification: encodeURIComponent(this.currentRow.specification),
         productCode: this.currentRow.productCode,
         productCode: this.currentRow.productCode,
         batchNo: this.currentRow.batchNo,
         batchNo: this.currentRow.batchNo,
-        createTime: this.currentRow.qualityTime.split(' ')[0],
+        createTime: this.currentRow.qualityTime&&this.currentRow.qualityTime.split(' ')[0],
         designDrawingImg: encodeURIComponent(
         designDrawingImg: encodeURIComponent(
           getImageUrl(this.currentRow.picture.storePath)
           getImageUrl(this.currentRow.picture.storePath)
         )
         )