guoyujie
昨天 c09a50f791d4b2dea6e58a3bf51bf0ebd1ac5231
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)){