Parcourir la source

wlnStorageCode等于T007时 wlnStatus等于1不允许上传图稿

lxf il y a 1 an
Parent
commit
3bd7ab1df3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/subsidiary/order/management/index.vue

+ 1 - 1
src/views/subsidiary/order/management/index.vue

@@ -269,7 +269,7 @@ const config = computed(() => {
       },
       renderHTML(row) {
         return [
-          row.status == 10
+          row.status == 10 && !(row.wlnStorageCode === "T007" && row.wlnStatus === 1)
             ? {
                 attrs: {
                   label: "上传设计稿",