|
@@ -6,11 +6,11 @@
|
|
|
:close-on-click-modal="false"
|
|
|
:visible.sync="visible">
|
|
|
<el-form :model="dataForm" :rules="dataRule" ref="dataForm" label-width="100px">
|
|
|
- <el-row class="my-row">
|
|
|
- <el-form-item label="工艺文件" prop="docId">
|
|
|
- <doc-component v-model="dataForm.docId" :doc-id.sync="dataForm.docId" @change="docChanged"></doc-component>
|
|
|
- </el-form-item>
|
|
|
- </el-row>
|
|
|
+<!-- <el-row class="my-row">-->
|
|
|
+<!-- <el-form-item label="工艺文件" prop="docId">-->
|
|
|
+<!-- <doc-component v-model="dataForm.docId" :doc-id.sync="dataForm.docId" @change="docChanged"></doc-component>-->
|
|
|
+<!-- </el-form-item>-->
|
|
|
+<!-- </el-row>-->
|
|
|
<el-row class="my-row">
|
|
|
<el-form-item label="要求说明" prop="specificationExplian">
|
|
|
<el-input v-model="dataForm.specificationExplian" :disabled="false" placeholder="要求说明"></el-input>
|
|
@@ -43,8 +43,8 @@
|
|
|
id: 0,
|
|
|
taxRateVal: 0,
|
|
|
dataRule: {
|
|
|
- specificationExplian: [{ required: true, message: '要求说明不能为空', trigger: 'blur' }],
|
|
|
- docId: [{ required: true, message: '请选择工艺文件', trigger: 'change' }]
|
|
|
+ specificationExplian: [{ required: true, message: '要求说明不能为空', trigger: 'blur' }]
|
|
|
+ // docId: [{ required: true, message: '请选择工艺文件', trigger: 'change' }]
|
|
|
},
|
|
|
fileList: [] // 附件
|
|
|
}
|