|
@@ -76,13 +76,13 @@
|
|
|
></el-table-column
|
|
></el-table-column
|
|
|
>
|
|
>
|
|
|
<el-table-column label="库存" prop="inventoryNum" align="center" />
|
|
<el-table-column label="库存" prop="inventoryNum" align="center" />
|
|
|
- <el-table-column
|
|
|
|
|
|
|
+ <!-- <el-table-column
|
|
|
label="应发本数"
|
|
label="应发本数"
|
|
|
prop="yfNum"
|
|
prop="yfNum"
|
|
|
align="center"
|
|
align="center"
|
|
|
key="yfNum"
|
|
key="yfNum"
|
|
|
width="200"
|
|
width="200"
|
|
|
- v-if="yfNumFlage" />
|
|
|
|
|
|
|
+ v-if="yfNumFlage" /> -->
|
|
|
<el-table-column class="t-center" prop="value" align="center" width="60">
|
|
<el-table-column class="t-center" prop="value" align="center" width="60">
|
|
|
<template slot="header" class="t-center">
|
|
<template slot="header" class="t-center">
|
|
|
<span>发放量</span><span class="xing">*</span>
|
|
<span>发放量</span><span class="xing">*</span>
|
|
@@ -96,9 +96,9 @@
|
|
|
/></template>
|
|
/></template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
</el-table>
|
|
</el-table>
|
|
|
- <div class="wuliaoPhotoImg" style="margin-top: 10px" v-if="wuliaoMust">
|
|
|
|
|
|
|
+ <!-- <div class="wuliaoPhotoImg" style="margin-top: 10px" v-if="wuliaoMust">
|
|
|
<deleteUploadImg :imgs="wuliaoPhotoImg"></deleteUploadImg>
|
|
<deleteUploadImg :imgs="wuliaoPhotoImg"></deleteUploadImg>
|
|
|
- </div>
|
|
|
|
|
|
|
+ </div> -->
|
|
|
</div>
|
|
</div>
|
|
|
<div
|
|
<div
|
|
|
v-if="taskType == 2"
|
|
v-if="taskType == 2"
|
|
@@ -5190,8 +5190,8 @@ export default {
|
|
|
this.needIssuePhoto = res.data.needIssuePhoto;
|
|
this.needIssuePhoto = res.data.needIssuePhoto;
|
|
|
this.wuliaoPhotoImg = res.data.fileInfoList;
|
|
this.wuliaoPhotoImg = res.data.fileInfoList;
|
|
|
this.tableData1 = collectionItemLists;
|
|
this.tableData1 = collectionItemLists;
|
|
|
- let yfNumArr = this.tableData1.filter((val) => val.yfNum);
|
|
|
|
|
- this.yfNumFlage = yfNumArr.length ? true : false;
|
|
|
|
|
|
|
+ // let yfNumArr = this.tableData1.filter((val) => val.yfNum);
|
|
|
|
|
+ // this.yfNumFlage = yfNumArr.length ? true : false;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
});
|
|
});
|