lxf 1 rok temu
rodzic
commit
2eac61b083

+ 1 - 1
src/views/group/BOM/management/index.vue

@@ -71,7 +71,7 @@
                     {{ `${spec.length}  *  ${spec.width}  *  ${spec.height}(cm³)` }}
                   </div>
                   <div style="width: 60px; text-align: center" v-if="props.selectStatus && !props.priceSystemId">
-                    <el-button type="text" @click="selectBOM(spec)" :disabled="selectBtnStatus">选择</el-button>
+                    <el-button type="primary" text @click="selectBOM(spec)" :disabled="selectBtnStatus">选择</el-button>
                   </div>
                   <div style="width: 140px; padding: 0 12px" v-if="props.priceSystemId">
                     <el-input-number

+ 1 - 1
src/views/group/product/groupSKU/index.vue

@@ -48,7 +48,7 @@
                 {{ `${spec.length}  *  ${spec.width}  *  ${spec.height}(cm³)` }}
               </div>
               <!-- <div style="width: 60px; text-align: center" v-if="selectStatus">
-                <el-button type="text" @click="handleSelect(scope.row, index)">选择</el-button>
+                <el-button type="primary" text @click="handleSelect(scope.row, index)">选择</el-button>
               </div> -->
             </div>
           </div>

+ 1 - 1
src/views/group/product/management/index.vue

@@ -51,7 +51,7 @@
                 {{ `${spec.length}  *  ${spec.width}  *  ${spec.height}(cm³)` }}
               </div>
               <div style="width: 60px; text-align: center" v-if="props.selectStatus">
-                <el-button type="text" @click="selectProduct(spec, item)" :disabled="selectBtnStatus">选择</el-button>
+                <el-button type="primary" text @click="selectProduct(spec, item)" :disabled="selectBtnStatus">选择</el-button>
               </div>
             </div>
           </div>

+ 0 - 1
src/views/production/warehouse/record/index.vue

@@ -22,7 +22,6 @@
 
 <script setup>
 import byTable from "@/components/byTable/index";
-import { ElMessage, ElMessageBox } from "element-plus";
 
 const { proxy } = getCurrentInstance();
 const sourceList = ref({