From 6a37dde7cf54de4bf5f010c1da2996f16568ab0a Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期一, 29 四月 2024 14:28:45 +0800 Subject: [PATCH] 销售订单客户编号非必填 --- src/views/plan/customerorder/index.vue | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/views/plan/customerorder/index.vue b/src/views/plan/customerorder/index.vue index 3527286..6636ad2 100644 --- a/src/views/plan/customerorder/index.vue +++ b/src/views/plan/customerorder/index.vue @@ -60,6 +60,7 @@ <el-button style="margin-left: 10px;padding: 9px 14px;" type="primary" + v-if="permissions.plan_customerorder_check" @click="handleCheck" >瀹℃牳</el-button > @@ -534,6 +535,7 @@ isSearch: true, // 楂樼骇鏌ヨ鎸夐挳 defaultOrderBy: { column: 'placeOrderDate', direction: 'desc' }, cancelRunCreated: true, + reserveSelection: true,//鏄惁淇濈暀涔嬪墠閫夋嫨鐨勬暟鎹� }, table: { total: 0, -- Gitblit v1.9.3