Explorar o código

前:编码查询样式

MAC %!s(int64=5) %!d(string=hai) anos
pai
achega
ab5e58cdfb

+ 2 - 2
src/dashoo.cn/frontend_web/src/components/oilsupplier/businesslist.vue

@@ -3,8 +3,8 @@
     <el-card class="box-card">
       <div slot="header" class="clearfix">
         <span style="font-weight: bold">准入范围</span>
-        <span>
-          准入编码:&nbsp;
+        <span style="margin-left: 100px">
+          准入编码&nbsp;
           <el-input size="mini" v-model="Code" style="width:10%" placeholder="请输入"></el-input>
           &nbsp;
           <el-button type="primary" size="mini" @click="handleSearch">查询</el-button>

+ 2 - 2
src/dashoo.cn/frontend_web/src/components/oilsupplier/goodslist2.vue

@@ -4,8 +4,8 @@
       <div slot="header"
            class="clearfix">
         <span style="font-weight: bold">准入范围</span>
-        <span>
-          准入编码:&nbsp;
+        <span style="margin-left: 100px">
+          准入编码&nbsp;
           <el-input size="mini" v-model="Code" style="width:10%" placeholder="请输入"></el-input>
           &nbsp;
           <el-button type="primary" size="mini" @click="handleSearch">查询</el-button>

+ 1 - 0
src/dashoo.cn/frontend_web/src/components/oilsupplier/subfilelist2.vue

@@ -3,6 +3,7 @@
     <el-card class="box-card">
       <div slot="header" class="clearfix">
         <span>企业资质</span>
+        <el-button style="float: right; padding: 6px 25px" type="text" @click="showDialog" v-if="canadd || newcanadd">一键添加通用</el-button>
         <el-button style="float: right; padding: 6px 25px" type="text" @click="showDialog" v-if="canadd || newcanadd">添加</el-button>
       </div>
       <el-table :data="subfileList" highlight-current-row stripe border size="mini">

+ 2 - 2
src/dashoo.cn/frontend_web/src/components/oilsupplier/techlist.vue

@@ -3,8 +3,8 @@
     <el-card class="box-card">
       <div slot="header" class="clearfix">
         <span style="font-weight: bold">准入范围</span>
-        <span>
-          准入编码:&nbsp;
+        <span style="margin-left: 100px">
+          准入编码&nbsp;
           <el-input size="mini" v-model="Code" style="width:10%" placeholder="请输入"></el-input>
           &nbsp;
           <el-button type="primary" size="mini" @click="handleSearch">查询</el-button>