Browse Source

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

lxf 1 year ago
parent
commit
3bd7ab1df3
1 changed files with 1 additions and 1 deletions
  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: "上传设计稿",