|
|
@@ -32,7 +32,7 @@
|
|
|
<p class="label"><span class="mr-10">特殊说明:</span>{{group.item[0].specalnote || '--'}}</p>
|
|
|
<a-divider/>
|
|
|
<div v-if="group.materialRows.length > 0" class="mt-30 input-number-panel">
|
|
|
- <p class="label"><span class="mr-10">基材</span></p>
|
|
|
+ <p class="label"><span class="mr-10">{{siteInfo.siteid == 'DLB'?'选项':'基材'}}</span></p>
|
|
|
<div>
|
|
|
<a-button class="mr-10 mt-10" v-for="(item,index) in group.materialRows" :key="index" :disabled="!item.flag" :type="data.material == item.parm?'primary':'default'" @click="customClick('material',item.parm)">{{item.parm}}</a-button>
|
|
|
</div>
|
|
|
@@ -45,7 +45,7 @@
|
|
|
</div>
|
|
|
|
|
|
<div v-if="group.cheekRows.length > 0" class="mt-30 input-number-panel">
|
|
|
- <p class="label"><span class="mr-10">边框</span></p>
|
|
|
+ <p class="label"><span class="mr-10">{{siteInfo.siteid == 'DLB'?'工艺':'边框'}}</span></p>
|
|
|
<div>
|
|
|
<a-button class="mr-10" v-for="(item,index) in group.cheekRows" :key="index" :disabled="!item.flag" :type="data.cheek == item.parm?'primary':'default'" @click="customClick('cheek',item.parm)">{{item.parm}}</a-button>
|
|
|
</div>
|
|
|
@@ -126,6 +126,8 @@
|
|
|
import { useBaseStore } from '@/stores/modules/base'
|
|
|
import { storeToRefs } from 'pinia'
|
|
|
const base = useBaseStore()
|
|
|
+ let { siteInfo } = storeToRefs(base)
|
|
|
+
|
|
|
const router = useRouter()
|
|
|
const data = ref({
|
|
|
"itemno":"",
|