Explorar o código

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

lxf hai 1 ano
pai
achega
3bd7ab1df3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: "上传设计稿",