QuKatie 3 éve
szülő
commit
3ff6acc430
1 módosított fájl, 1 hozzáadás és 16 törlés
  1. 1 16
      src/views/finance/otherFinancial/index.vue

+ 1 - 16
src/views/finance/otherFinancial/index.vue

@@ -8,7 +8,7 @@
         :inline="true"
         :inline="true"
         label-width="88px"
         label-width="88px"
       >
       >
-        <el-row>
+        <el-row type="flex" justify="space-between">
           <el-form-item label="参考编号" prop="fMblno">
           <el-form-item label="参考编号" prop="fMblno">
             <el-input
             <el-input
               v-model="query.fMblno"
               v-model="query.fMblno"
@@ -17,21 +17,6 @@
               size="small"
               size="small"
             />
             />
           </el-form-item>
           </el-form-item>
-          <el-form-item label="客户名称" prop="fCorpid">
-            <el-select
-              v-model="query.fCorpid"
-              filterable
-              remote
-              placeholder="客户名称"
-            >
-              <el-option
-                v-for="(dict, index) in KHblnoOptions"
-                :key="index.fId"
-                :label="dict.fName"
-                :value="dict.fId"
-              ></el-option>
-            </el-select>
-          </el-form-item>
           <el-form-item>
           <el-form-item>
             <el-button
             <el-button
               type="cyan"
               type="cyan"