gjy 2 年之前
父節點
當前提交
8f98c4f11e
共有 1 個文件被更改,包括 7 次插入4 次删除
  1. 7 4
      src/views/profitable/expensemanagementdetails.vue

+ 7 - 4
src/views/profitable/expensemanagementdetails.vue

@@ -52,12 +52,14 @@
               <el-option v-for="item in personList" :key="item.id" :label="item.agent" :value="item.agent">
               </el-option>
             </el-select>
-            
+            <!-- <el-select v-model="warehouseName"  filterable  clearable @change="getList1" class="options_css">
+              <el-option label="全部状态" value=""></el-option>
+              <el-option label="待审核" value=""></el-option>
+            </el-select> -->
             <!-- <el-select v-model="deptBudgetList.otherPersonPhone" placeholder="请选择其他驻库人员,可选多人"  allow-create default-first-option @change="selectstaffOther" multiple filterable clearable>
             <el-option v-for="item in optionsOther" :key="item.staffMobilePhone" :label="item.staffName" :value="item.staffMobilePhone" />
           </el-select> -->
-            <el-button class="find" type="primary" @click="find()"><img width="16" height="16" style="left: -8px"
-                src="../../../public/img/sousuo.png" alt="" /></el-button>
+            <el-button class="find" type="primary" @click="find()"><img width="16" height="16" style="left: -8px" src="../../../public/img/sousuo.png" alt="" /></el-button>
           </div>
         </el-col>
       </el-row>
@@ -854,7 +856,8 @@ export default {
         unallocatedNumber:this.unallocatedAmount.length>0?this.unallocatedAmount.toString():'',
         agent:this.agent.length>0?this.agent.toString():'',
         flowTo:this.flowTo.length>0?this.flowTo.toString():'',
-        warehouseName:this.warehouseName
+        warehouseName:this.warehouseName,
+        warehouseName:this.warehouseName,
       })
         .toPromise()
         .then((response) => {