|
@@ -68,6 +68,7 @@
|
|
<el-option label="全部状态" value=""></el-option>
|
|
<el-option label="全部状态" value=""></el-option>
|
|
<el-option label="待审核" value="1"></el-option>
|
|
<el-option label="待审核" value="1"></el-option>
|
|
<el-option label="待付款" value="2"></el-option>
|
|
<el-option label="待付款" value="2"></el-option>
|
|
|
|
+ <el-option label="待确认" value="3"></el-option>
|
|
</el-select>
|
|
</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" />
|