Commit 4293466d authored by jingnan's avatar jingnan 👀

领用出库-准备工确认左侧结构第一个字段如果不是材料领用的时候展示AO

parent aa4b68eb
......@@ -28,11 +28,11 @@
v-model="checkedAll"
:indeterminate="isIndeterminate"
@change="v => handleCheckAllChange(v)"
>全选11</el-checkbox>
>全选</el-checkbox>
<el-checkbox-group v-model="checkedLists" @change="handleCheckedCitiesChange">
<el-checkbox v-for="(item) in request.lists" :key="item.id" :label="item">
<i class="el-icon-document" />
{{ item.reqNo }},
{{ item.typeName==='materialUse'?item.reqNo:item.aoNo }},
{{ item.creator.userName || '' }},
{{ item.createTime }},
{{ item.startTime }}</el-checkbox>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment