Explorar el Código

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

lxf hace 1 año
padre
commit
3bd7ab1df3
Se han modificado 1 ficheros con 1 adiciones y 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: "上传设计稿",