north-glass-erp/northglass-erp/src/components/sd/order/UploadPicture.vue
@@ -33,6 +33,7 @@ }) onMounted(() => { console.log(props.rowIndex) getFileList() }) @@ -120,6 +121,11 @@ } } if(!props.rowIndex.orderNumber){ ElMessage.warning(t("order.msg.pleaseUploadPicture17")) return } if(imgWidth.value ){ const regex = /^(0|[1-9]\d{0,2}|1000)$/ if(!regex.test(imgWidth.value)){