浏览代码

代码上传

zhangqi 1 年之前
父节点
当前提交
b93d0e3288

+ 1 - 1
src/DRP/HDrpManagement/orderManage/detail/modules/edit.vue

@@ -235,7 +235,7 @@ const specOrderMx = async  ()=> {
   mxOptions.value = res.data
 }
 const mxChange = ()=>{
-  form.value.tradefield = ''
+  // form.value.tradefield = ''
 }
 const accountOptions = ref([])
 const accountList = async ()=>{

+ 4 - 2
src/DRP/SDrpManagement/productGroup/detail/index.vue

@@ -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":"",

+ 1 - 1
src/customized/cucu/orderManage/detail/modules/edit.vue

@@ -235,7 +235,7 @@ const specOrderMx = async  ()=> {
   mxOptions.value = res.data
 }
 const mxChange = ()=>{
-  form.value.tradefield = ''
+  // form.value.tradefield = ''
 }
 const accountOptions = ref([])
 const accountList = async ()=>{