lxf 1 year ago
parent
commit
2b5bf1937a

+ 2 - 2
src/components/makeGroupProduct/index.vue

@@ -34,7 +34,7 @@
                   <el-row :gutter="20">
                     <el-col :span="12">
                       <div style="margin-bottom: 10px">
-                        <el-button type="primary" @click="clickPackingFittings(props)">选择包材配件</el-button>
+                        <el-button type="primary" size="small" @click="clickPackingFittings(props)">选择包材配件</el-button>
                       </div>
                       <el-table :data="props.row.packagingMaterialList" :row-style="{ height: '35px' }" header-row-class-name="tableHeader">
                         <el-table-column label="数量" width="120">
@@ -65,7 +65,7 @@
                     </el-col>
                     <el-col :span="12">
                       <div style="margin-bottom: 10px">
-                        <el-button type="primary" @click="clickExpressPacking(props)">选择快递包装</el-button>
+                        <el-button type="primary" size="small" @click="clickExpressPacking(props)">选择快递包装</el-button>
                       </div>
                       <el-table :data="props.row.expressPackingList" :row-style="{ height: '35px' }" header-row-class-name="tableHeader">
                         <el-table-column label="数量" width="120">

+ 4 - 2
src/components/makeProduct/index.vue

@@ -31,7 +31,9 @@
                   <el-row :gutter="20">
                     <el-col :span="12">
                       <div style="margin-bottom: 10px">
-                        <el-button type="primary" @click="clickPackingFittings(props)">选择包材配件</el-button>
+                        <el-button type="primary" size="small" @click="clickPackingFittings(props)">选择常用包装</el-button>
+                        <el-button type="success" size="small" @click="clickPackingFittings(props)">包材常用包装</el-button>
+                        <el-button type="primary" size="small" @click="clickPackingFittings(props)">选择包材配件</el-button>
                       </div>
                       <el-table :data="props.row.packagingMaterialList" :row-style="{ height: '35px' }" header-row-class-name="tableHeader">
                         <el-table-column label="数量" width="120">
@@ -62,7 +64,7 @@
                     </el-col>
                     <el-col :span="12">
                       <div style="margin-bottom: 10px">
-                        <el-button type="primary" @click="clickExpressPacking(props)">选择快递包装</el-button>
+                        <el-button type="primary" size="small" @click="clickExpressPacking(props)">选择快递包装</el-button>
                       </div>
                       <el-table :data="props.row.expressPackingList" :row-style="{ height: '35px' }" header-row-class-name="tableHeader">
                         <el-table-column label="数量" width="120">

+ 2 - 2
src/components/makeProduct/subsidiary/index.vue

@@ -23,7 +23,7 @@
                   <el-row :gutter="20">
                     <el-col :span="12">
                       <div style="margin-bottom: 10px">
-                        <el-button type="primary" @click="clickPackingFittings(props)">选择包材配件</el-button>
+                        <el-button type="primary" size="small" @click="clickPackingFittings(props)">选择包材配件</el-button>
                       </div>
                       <el-table :data="props.row.packagingMaterialList" :row-style="{ height: '35px' }" header-row-class-name="tableHeader">
                         <el-table-column label="数量" width="120">
@@ -54,7 +54,7 @@
                     </el-col>
                     <el-col :span="12">
                       <div style="margin-bottom: 10px">
-                        <el-button type="primary" @click="clickExpressPacking(props)">选择快递包装</el-button>
+                        <el-button type="primary" size="small" @click="clickExpressPacking(props)">选择快递包装</el-button>
                       </div>
                       <el-table :data="props.row.expressPackingList" :row-style="{ height: '35px' }" header-row-class-name="tableHeader">
                         <el-table-column label="数量" width="120">