Просмотр исходного кода

服务工单列表,编辑调整,营销类别调整

qymljy 3 месяцев назад
Родитель
Сommit
13c639d7ba

+ 1 - 1
src/HDrpManagement/codeManage/modules/add.vue

@@ -22,7 +22,7 @@
           </el-input>
         </div>
 
-        <selectClass ref="class" @clickAreaBase="clickAreaBase" @brandChange="brandChange" @onClassChange="onClassChange" @Search="Search" @clearSearch="clearSearch" @clickField="clickField" :default="true"></selectClass>
+        <selectClass style="overflow: auto;" ref="class" @clickAreaBase="clickAreaBase" @brandChange="brandChange" @onClassChange="onClassChange" @Search="Search" @clearSearch="clearSearch" @clickField="clickField" :default="true"></selectClass>
         <div>
           <tablelayout :layout="tablecols" :data="productsList" :custom="true" :checkbox="true" height="calc(100vh - 392px)" @checkboxCallBack="checkboxCallBack">
             <template v-slot:customcol="scope">

+ 1 - 1
src/HDrpManagement/prodectFileData/components/add.vue

@@ -22,7 +22,7 @@
           </el-input>
         </div>
 
-        <selectClass ref="class" @clickAreaBase="clickAreaBase" @brandChange="brandChange" @onClassChange="onClassChange" @Search="Search" @clearSearch="clearSearch" @clickField="clickField" :default="true"></selectClass>
+        <selectClass style="overflow: auto;" ref="class" @clickAreaBase="clickAreaBase" @brandChange="brandChange" @onClassChange="onClassChange" @Search="Search" @clearSearch="clearSearch" @clickField="clickField" :default="true"></selectClass>
         <div>
           <tablelayout :layout="tablecols" :data="productsList" :custom="true" :checkbox="true" height="calc(100vh - 392px)" @checkboxCallBack="checkboxCallBack">
             <template v-slot:customcol="scope">

+ 1 - 1
src/HDrpManagement/productMoneyOdd/components/add.vue

@@ -4,7 +4,7 @@
     <el-drawer :title="$t(`新 增 商 品`)" append-to-body :visible.sync="dialogFormVisible" size="1000px">
       <div class="container">
         <div>
-          <selectClass  @onClassChange="onClassChange" @Search="Search" @clearSearch="clearSearch" @clickField="clickField" @clickAreaBase="clickAreaBase" @brandChange="brandChange" :default="true"></selectClass>
+          <selectClass style="overflow: auto;"  @onClassChange="onClassChange" @Search="Search" @clearSearch="clearSearch" @clickField="clickField" @clickAreaBase="clickAreaBase" @brandChange="brandChange" :default="true"></selectClass>
           <el-input style="width:200px;margin-bottom:10px;margin-top:10px" size="small" :placeholder="$t(`请输入商品`)" @clear="getProductList(params.content.pageNumber=1)"
             @keyup.native.enter="getProductList(params.content.pageNumber=1)" v-model="params.content.where.condition" clearable />
         </div>

+ 1 - 1
src/HDrpManagement/projectChange/modules/modules/productSet/add.vue

@@ -21,7 +21,7 @@
           </div>
         </div>
         <div class="container">
-          <selectClass ref="classShow"  @brandChange="brandChange" @onClassChange="onClassChange" @Search="Search" @clearSearch="clearSearch" @clickStandard="clickStandard" @clickField="clickField" :default="true"></selectClass>
+          <selectClass style="overflow: auto;" ref="classShow"  @brandChange="brandChange" @onClassChange="onClassChange" @Search="Search" @clearSearch="clearSearch" @clickStandard="clickStandard" @clickField="clickField" :default="true"></selectClass>
         </div>
         <div class="produtMag-panel">
           <el-table

+ 1 - 1
src/SDrpManagement/ProductGroup/modules/Select2.vue

@@ -69,7 +69,7 @@
           <div v-else class="brand-item margin-notAll" style="float: left;margin-left: 15px"  :class="brand_act == item.sa_brandid ? 'act' : ''">{{ $t(item.brandname) }}</div>
         </li>
       </ul>
-      <ul class="flex-align-center normal-margin-new" style="clear: both;min-width: 600px;overflow: auto">
+      <ul class="flex-align-center normal-margin-new" style="clear: both;">
         <li
           :class="class_act === '' ? 'act' : ''"
           class="brand-item border-all"

+ 1 - 0
src/SDrpManagement/QuotedPrice/components/edit/productTable.vue

@@ -44,6 +44,7 @@
         </div>
         <div class="container">
           <selectClass
+            style="overflow: auto;"
             @brandChange="brandChange"
             @onClassChange="onClassChange"
             @Search="Search"

+ 1 - 0
src/SDrpManagement/QuotedPrice/components/edit/productTableProject.vue

@@ -44,6 +44,7 @@
         </div>
         <div class="container">
           <selectClass
+            style="overflow: auto;"
             @brandChange="brandChange"
             @onClassChange="onClassChange"
             @Search="Search"

+ 1 - 0
src/SDrpManagement/QuotedPrice/components/productTable.vue

@@ -43,6 +43,7 @@
         <div class="container">
           <selectClass
             ref="classShow"
+            style="overflow: auto;"
             @brandChange="brandChange"
             @onClassChange="onClassChange"
             @Search="Search"

+ 1 - 0
src/SDrpManagement/QuotedPrice/components/productTableProject.vue

@@ -43,6 +43,7 @@
         <div class="container">
           <selectClass
             ref="classShow"
+            style="overflow: auto;"
             @brandChange="brandChange"
             @onClassChange="onClassChange"
             @Search="Search"

+ 1 - 1
src/template/addProduct/index.vue

@@ -27,7 +27,7 @@
           </el-input>
           <slot name="optionSystem"></slot>
         </div>
-        <selectClass ref="class" @clickAreaBase="clickAreaBase" @brandChange="brandChange" @onClassChange="onClassChange" @Search="Search" @clearSearch="clearSearch" @clickField="clickField" :default="true"></selectClass>
+        <selectClass style="overflow: auto;" ref="class" @clickAreaBase="clickAreaBase" @brandChange="brandChange" @onClassChange="onClassChange" @Search="Search" @clearSearch="clearSearch" @clickField="clickField" :default="true"></selectClass>
         <div style="width: 100%;border-bottom: 1px solid #ebeef5;margin-bottom: 10px;"></div>
         <div >
           <tableTemp ref="tableTemp" :data="list" :layout="tablecolsAdd" :opwidth="200" :custom="true" height="calc(100vh - 370px)" @checkboxCallBack="checkboxCallBack" fixedName="operation">

+ 1 - 1
src/template/addProductContract/index.vue

@@ -224,7 +224,7 @@
           >
           </el-input>
         </div>
-        <selectClass ref="class" @clickAreaBase="clickAreaBase" @brandChange="brandChange" @onClassChange="onClassChange" @Search="Search" @clearSearch="clearSearch" @clickField="clickField" :default="true"></selectClass>
+        <selectClass style="overflow: auto;" ref="class" @clickAreaBase="clickAreaBase" @brandChange="brandChange" @onClassChange="onClassChange" @Search="Search" @clearSearch="clearSearch" @clickField="clickField" :default="true"></selectClass>
         <div>
           <tableTemp
             ref="tableTemp"

+ 1 - 1
src/template/addTool/index.vue

@@ -27,7 +27,7 @@
           </el-input>
           <slot name="optionSystem"></slot>
         </div>
-        <selectClass ref="class" @clickAreaBase="clickAreaBase" @brandChange="brandChange" @onClassChange="onClassChange" @Search="Search" @clearSearch="clearSearch" @clickField="clickField" :default="true"></selectClass>
+        <selectClass style="overflow: auto;" ref="class" @clickAreaBase="clickAreaBase" @brandChange="brandChange" @onClassChange="onClassChange" @Search="Search" @clearSearch="clearSearch" @clickField="clickField" :default="true"></selectClass>
         <div style="width: 100%;border-bottom: 1px solid #ebeef5;margin-bottom: 10px;"></div>
         <div >
           <tableTemp ref="table" :data="list" :layout="tablecolsAdd" :opwidth="200" :custom="true" height="calc(100vh - 370px)" @checkboxCallBack="checkboxCallBack" fixedName="operation">