|
|
|
@ -201,7 +201,7 @@ |
|
|
|
<el-row> |
|
|
|
<el-col :span="22"> |
|
|
|
<el-form-item label="备注" style="display: block;min-height: 80px" prop="remark"> |
|
|
|
<el-input type="textarea" v-model="insertQuotationDetail.remark" :autosize="{minRows: 3, maxRows: 3}" |
|
|
|
<el-input type="textarea" resize="none" v-model="insertQuotationDetail.remark" :autosize="{minRows: 3, maxRows: 3}" |
|
|
|
style="min-height: 80px"/> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
@ -241,7 +241,7 @@ |
|
|
|
</el-col> |
|
|
|
<el-col :span="24"> |
|
|
|
<el-form-item label="备注" style="display: block;min-height: 90px;width: 60%"> |
|
|
|
<el-input type="textarea" disabled v-model="quotationDetailData.remark" :autosize="{minRows: 3, maxRows: 3}" |
|
|
|
<el-input type="textarea" resize="none" disabled v-model="quotationDetailData.remark" :autosize="{minRows: 3, maxRows: 3}" |
|
|
|
style="min-height: 80px" /> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
@ -640,7 +640,7 @@ |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
<el-form-item label="备注" prop="remark" style="height: 90px"> |
|
|
|
<el-input v-model="quotationTool.remark" type="textarea" :autosize="{minRows: 3, maxRows: 3}" style="width: 93%"/> |
|
|
|
<el-input v-model="quotationTool.remark" resize="none" type="textarea" :autosize="{minRows: 3, maxRows: 3}" style="width: 93%"/> |
|
|
|
</el-form-item> |
|
|
|
</el-form> |
|
|
|
<span slot="footer" class="dialog-footer" style="margin-top: 5px"> |
|
|
|
@ -826,7 +826,7 @@ |
|
|
|
</el-col> |
|
|
|
<el-col :span="22"> |
|
|
|
<el-form-item label="备注" prop="remark" style="display: block;min-height: 90px"> |
|
|
|
<el-input type="textarea" v-model="quotationRouting.remark" :autosize="{minRows: 3, maxRows: 3}"/> |
|
|
|
<el-input type="textarea" resize="none" v-model="quotationRouting.remark" :autosize="{minRows: 3, maxRows: 3}"/> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
@ -912,7 +912,7 @@ |
|
|
|
</el-col> |
|
|
|
<el-col :span="22"> |
|
|
|
<el-form-item label="备注" prop="remark" style="display: block;min-height: 90px"> |
|
|
|
<el-input type="textarea" v-model="quotationPart.remark" :autosize="{minRows: 3, maxRows: 3}"/> |
|
|
|
<el-input type="textarea" resize="none" v-model="quotationPart.remark" :autosize="{minRows: 3, maxRows: 3}"/> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
@ -3348,7 +3348,7 @@ export default { |
|
|
|
this.$refs['projectPartDataForm'].resetFields(); |
|
|
|
this.projectPartData = { |
|
|
|
site:this.$store.state.user.site, |
|
|
|
projectId:undefined,// 项目编号 |
|
|
|
testPartNo:undefined,// 项目编号 |
|
|
|
partDesc:undefined,// 项目名称 |
|
|
|
} |
|
|
|
this.projectPartTable = []; |
|
|
|
|