ソースを参照

基础资料修改

lichao 3 年 前
コミット
d07dd23e87

+ 2 - 2
src/views/basicData/customerInformation/detailsPageEdit.vue

@@ -12,10 +12,10 @@
         </el-button>
       </div>
       <div class="add-customer-btn">
-        <el-button type="primary" @click="synchronization" size="small"
+        <el-button type="primary" @click="synchronization" size="small" :disabled="!form.id"
         >同 步
         </el-button>
-        <el-button type="primary" @click="openFlow" size="small"
+        <el-button type="primary" @click="openFlow" size="small" :disabled="!form.id"
           >审 核
         </el-button>
         <el-button

+ 2 - 2
src/views/basicData/factoryInformation/factoryInformation/detailsPageEdit.vue

@@ -12,10 +12,10 @@
         </el-button>
       </div>
       <div class="add-customer-btn">
-        <el-button type="primary" @click="synchronization" size="small"
+        <el-button type="primary" @click="synchronization" size="small" :disabled="!form.id"
         >同 步
         </el-button>
-        <el-button type="primary" @click="openFlow" size="small"
+        <el-button type="primary" @click="openFlow" size="small" :disabled="!form.id"
           >审 核
         </el-button>
         <el-button

+ 2 - 2
src/views/basicData/fleetInformation/detailsPageEdit.vue

@@ -12,10 +12,10 @@
         </el-button>
       </div>
       <div class="add-customer-btn">
-        <el-button type="primary" @click="synchronization" size="small"
+        <el-button type="primary" @click="synchronization" size="small" :disabled="!form.id"
           >同 步
         </el-button>
-        <el-button type="primary" @click="openFlow" size="small"
+        <el-button type="primary" @click="openFlow" size="small" :disabled="!form.id"
           >审 核
         </el-button>
         <el-button