Browse Source

2025/6/19

master
Aoi_Tori 7 months ago
parent
commit
327636476c
  1. 2
      src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_bom.vue
  2. 4
      src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_customerInformation.vue

2
src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_bom.vue

@ -27,7 +27,7 @@
<span slot="label"> <span slot="label">
<a href="javascript:void(0)" @click="queryUrlFile" style=" text-decoration: none;">UL文件号/UL Product Model</a> <a href="javascript:void(0)" @click="queryUrlFile" style=" text-decoration: none;">UL文件号/UL Product Model</a>
</span> </span>
<el-input v-model="bomData.urlFile" :class="{ 'input-error-border': urlFileChange && bomData.urlFile && bomData.urlFile.trim() !== '' }" style="width: 370px" />
<el-input v-model="bomData.urlFile" readonly :class="{ 'input-error-border': urlFileChange && bomData.urlFile && bomData.urlFile.trim() !== '' }" style="width: 370px" />
</el-form-item> </el-form-item>
<el-form-item label=" "> <el-form-item label=" ">
<el-button type="primary" @click="searchTable(true)" >刷新</el-button> <el-button type="primary" @click="searchTable(true)" >刷新</el-button>

4
src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_customerInformation.vue

@ -188,6 +188,10 @@
style="margin-top: 5px" style="margin-top: 5px"
:disabled="ifDisableFlag" :disabled="ifDisableFlag"
:columns="ossColumns" :columns="ossColumns"
:save-visible="isAuth('103002:upload')"
:download-visible="isAuth('103002:download')"
:remove-visible="isAuth('103002:remove')"
:preview-visible="isAuth('103002:preview')"
:order-ref1="dataForm.site?dataForm.site:''" :order-ref1="dataForm.site?dataForm.site:''"
:order-ref2="dataForm.codeNo?dataForm.codeNo:''" :order-ref2="dataForm.codeNo?dataForm.codeNo:''"
order-ref3="productionFileComments"> order-ref3="productionFileComments">

Loading…
Cancel
Save