Browse Source

2025/8/12

master
Aoi_Tori 5 months ago
parent
commit
6bdfa50b3e
  1. 28
      src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_silkScreen.vue
  2. 2
      src/views/modules/sampleManagement/technicalSpecificationDetail/com_tsd_basicInformation.vue

28
src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_silkScreen.vue

@ -123,13 +123,13 @@
</template>
</el-table-column>
</el-table-column>
<el-table-column label="网纹辊/Anilox Grade" header-align="center">
<el-table-column label="网版信息/Plate lnfo" header-align="center">
<el-table-column
prop="lpi"
header-align="center"
align="left"
min-width="100"
label="线数(LPI)">
label="网版目数/Mesh Size">
<template slot-scope="scope">
<span v-if="editBatchVisible">
<el-input :controls="false" v-model="scope.row.lpi" style="height: 11px; width: 98%;"></el-input>
@ -144,7 +144,7 @@
header-align="center"
align="left"
min-width="100"
label="容积(BCM)">
label="张网角度/Angle">
<template slot-scope="scope">
<span v-if="editBatchVisible">
<el-input :controls="false" v-model="scope.row.bcm" style="height: 11px; width: 98%;"></el-input>
@ -349,13 +349,13 @@
</template>
</el-table-column>
</el-table-column>
<el-table-column label="网纹辊/Anilox Grade" header-align="center">
<el-table-column label="网版信息/Plate lnfo" header-align="center">
<el-table-column
prop="lpi"
header-align="center"
align="left"
min-width="100"
label="线数(LPI)">
label="网版目数/Mesh Size">
<template slot-scope="scope">
<span v-if="editBatchVisible">
<el-input :controls="false" v-model="scope.row.lpi" style="height: 11px; width: 98%;"></el-input>
@ -370,7 +370,7 @@
header-align="center"
align="left"
min-width="100"
label="容积(BCM)">
label="张网角度/Angle">
<template slot-scope="scope">
<span v-if="editBatchVisible">
<el-input :controls="false" v-model="scope.row.bcm" style="height: 11px; width: 98%;"></el-input>
@ -575,13 +575,13 @@
</template>
</el-table-column>
</el-table-column>
<el-table-column label="网纹辊/Anilox Grade" header-align="center">
<el-table-column label="网版信息/Plate lnfo" header-align="center">
<el-table-column
prop="lpi"
header-align="center"
align="left"
min-width="100"
label="线数(LPI)">
label="网版目数/Mesh Size">
<template slot-scope="scope">
<span v-if="editBatchVisible">
<el-input :controls="false" v-model="scope.row.lpi" style="height: 11px; width: 98%;"></el-input>
@ -596,7 +596,7 @@
header-align="center"
align="left"
min-width="100"
label="容积(BCM)">
label="张网角度/Angle">
<template slot-scope="scope">
<span v-if="editBatchVisible">
<el-input :controls="false" v-model="scope.row.bcm" style="height: 11px; width: 98%;"></el-input>
@ -801,13 +801,13 @@
</template>
</el-table-column>
</el-table-column>
<el-table-column label="网纹辊/Anilox Grade" header-align="center">
<el-table-column label="网版信息/Plate lnfo" header-align="center">
<el-table-column
prop="lpi"
header-align="center"
align="left"
min-width="100"
label="线数(LPI)">
label="网版目数/Mesh Size">
<template slot-scope="scope">
<span v-if="editBatchVisible">
<el-input :controls="false" v-model="scope.row.lpi" style="height: 11px; width: 98%;"></el-input>
@ -822,7 +822,7 @@
header-align="center"
align="left"
min-width="100"
label="容积(BCM)">
label="张网角度/Angle">
<template slot-scope="scope">
<span v-if="editBatchVisible">
<el-input :controls="false" v-model="scope.row.bcm" style="height: 11px; width: 98%;"></el-input>
@ -965,10 +965,10 @@
<el-form-item :label="'颜色匹配/Color Match'">
<el-input v-model="colorData.colorMatch" style="width: 145px" ></el-input>
</el-form-item>
<el-form-item :label="'线数/LPI'">
<el-form-item :label="'网版目数/Mesh Size'">
<el-input v-model="colorData.lpi" style="width: 145px" ></el-input>
</el-form-item>
<el-form-item :label="'容积/BCM'">
<el-form-item :label="'张网角度/Angle'">
<el-input v-model="colorData.bcm" style="width: 145px" ></el-input>
</el-form-item>
<el-form-item :label="'印刷速度/Speed'">

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

@ -234,7 +234,7 @@
<el-row :gutter="20">
<el-col :span="6">
<div class="grid-content bg-purple">
<el-button style="margin-top: 12px" v-if="isAuth('103002:dataEntry')&&!readonly" type="primary" @click="handleDataEntry()">数据录入</el-button>
<el-button style="margin-top: 12px" v-show="isAuth('103002:dataEntry')&&!readonly" type="primary" @click="handleDataEntry()">数据录入</el-button>
</div>
</el-col>
</el-row>

Loading…
Cancel
Save