|
@@ -138,7 +138,7 @@
|
|
|
</el-row>
|
|
|
</el-row>
|
|
|
<el-row class="my-row">
|
|
|
- <upload-component :title="'附件'" :accept="'*'" :file-obj-list="fileList" @uploadSuccess="uploadSuccess" templateCode="customer_contract_book_htggtzd"/>
|
|
|
+ <upload-component :display-star="false" :title="'附件'" :accept="'*'" :file-obj-list="fileList" @uploadSuccess="uploadSuccess"/>
|
|
|
</el-row>
|
|
|
</el-form>
|
|
|
<span slot="footer" class="dialog-footer">
|
|
@@ -260,9 +260,6 @@ export default {
|
|
|
url: fList[i].url
|
|
|
})
|
|
|
}
|
|
|
- } else {
|
|
|
- this.$message.error('请上传文件')
|
|
|
- return
|
|
|
}
|
|
|
if (this.productList.length === 0) {
|
|
|
this.$message.error('请选择任务单物料明细')
|