|
@@ -52,12 +52,14 @@
|
|
<el-option v-for="item in personList" :key="item.id" :label="item.agent" :value="item.agent">
|
|
<el-option v-for="item in personList" :key="item.id" :label="item.agent" :value="item.agent">
|
|
</el-option>
|
|
</el-option>
|
|
</el-select>
|
|
</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-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-option v-for="item in optionsOther" :key="item.staffMobilePhone" :label="item.staffName" :value="item.staffMobilePhone" />
|
|
</el-select> -->
|
|
</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>
|
|
</div>
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
@@ -854,7 +856,8 @@ export default {
|
|
unallocatedNumber:this.unallocatedAmount.length>0?this.unallocatedAmount.toString():'',
|
|
unallocatedNumber:this.unallocatedAmount.length>0?this.unallocatedAmount.toString():'',
|
|
agent:this.agent.length>0?this.agent.toString():'',
|
|
agent:this.agent.length>0?this.agent.toString():'',
|
|
flowTo:this.flowTo.length>0?this.flowTo.toString():'',
|
|
flowTo:this.flowTo.length>0?this.flowTo.toString():'',
|
|
- warehouseName:this.warehouseName
|
|
|
|
|
|
+ warehouseName:this.warehouseName,
|
|
|
|
+ warehouseName:this.warehouseName,
|
|
})
|
|
})
|
|
.toPromise()
|
|
.toPromise()
|
|
.then((response) => {
|
|
.then((response) => {
|