Browse Source

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

lxf 1 năm trước cách đây
mục cha
commit
3bd7ab1df3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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: "上传设计稿",