|
@@ -97,7 +97,7 @@
|
|
|
/></template>
|
|
/></template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
</el-table>
|
|
</el-table>
|
|
|
- <div class="wuliaoPhotoImg">
|
|
|
|
|
|
|
+ <div class="wuliaoPhotoImg" style="margin-top: 10px" v-if="wuliaoMust">
|
|
|
<deleteUploadImg :imgs="wuliaoPhotoImg"></deleteUploadImg>
|
|
<deleteUploadImg :imgs="wuliaoPhotoImg"></deleteUploadImg>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
@@ -5758,6 +5758,14 @@ export default {
|
|
|
checkUnManage: checkUnManage,
|
|
checkUnManage: checkUnManage,
|
|
|
wuliaoMust: this.wuliaoMust,
|
|
wuliaoMust: this.wuliaoMust,
|
|
|
};
|
|
};
|
|
|
|
|
+ if (this.wuliaoMust) {
|
|
|
|
|
+ let fafangValue = this.tableData1.filter((val) => val.value);
|
|
|
|
|
+ if (fafangValue.length) {
|
|
|
|
|
+ if (!this.wuliaoPhotoImg.length && this.needIssuePhoto == '1') {
|
|
|
|
|
+ this.$toast('请上传图片');
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
} else {
|
|
} else {
|
|
|
formData = {
|
|
formData = {
|
|
|
storeId: this.storeId,
|
|
storeId: this.storeId,
|