guoyujie
2025-07-04 72cc8c6e15bb71d24c833e1d277d3b272fafd7e6
添加 智能分架最小值
8个文件已修改
20 ■■■■ 已修改文件
north-glass-erp/northglass-erp/src/components/sd/order/PrintSheet2.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
north-glass-erp/northglass-erp/src/lang/ar.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
north-glass-erp/northglass-erp/src/lang/en.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
north-glass-erp/northglass-erp/src/lang/kr.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
north-glass-erp/northglass-erp/src/lang/ru.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
north-glass-erp/northglass-erp/src/lang/zh.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
north-glass-erp/northglass-erp/src/views/pp/processCard/AddProcessCard.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
north-glass-erp/northglass-erp/src/views/sd/product/CreateProduct.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
north-glass-erp/northglass-erp/src/components/sd/order/PrintSheet2.vue
@@ -197,7 +197,7 @@
        <tr v-if="item1.differentSize || item1.bendRadius" v-for="(item2,index2) in item1.orderGlassDetails" :key="index2" >
            <td style="border: 0"></td>
            <td>{{ item2.technologyNumber }}</td>
            <td>#{{ item2.technologyNumber }}</td>
            <td colspan="4"> {{item2.glassChild}}</td>
            <td>{{item2.childWidth}}</td>
            <td>{{item2.arc}}</td>
north-glass-erp/northglass-erp/src/lang/ar.js
@@ -141,7 +141,7 @@
           hollowUpdate:'تعديل فاصل متوسط',
           interlayerThickness:'*سُمك التصفيح',
           interlayerType:'* النوع',
           interlayerColor:'* اللون',
           interlayerColor:' اللون',
           interlayer:'فاصل التصفيح',
           interlayerUpdate:'تعديل فاصل التصفيح ',
           glassAttribute:'خصائص الزجاج متجانسة',
north-glass-erp/northglass-erp/src/lang/en.js
@@ -141,7 +141,7 @@
            hollowUpdate:'Hollow spacers modified',
            interlayerThickness:'*Lamination thickness',
            interlayerType:'* Type',
            interlayerColor:'* Color',
            interlayerColor:'Color',
            interlayer:'Lamination  spacer',
            interlayerUpdate:'Lamination  spacer modified',
            glassAttribute:'Monolithic glass properties',
north-glass-erp/northglass-erp/src/lang/kr.js
@@ -141,7 +141,7 @@
            hollowUpdate:'중공 간격재 수정',
            interlayerThickness:'적층 두께',
            interlayerType:'*유형',
            interlayerColor:'*색상',
            interlayerColor:'색상',
            interlayer:'적층 간격재',
            interlayerUpdate:'적층 간격재 수정',
            glassAttribute:'단일 유리 특성',
north-glass-erp/northglass-erp/src/lang/ru.js
@@ -141,7 +141,7 @@
            hollowUpdate:'Пустое обновление',
            interlayerThickness:'* Толщина слоя',
            interlayerType:'* Тип',
            interlayerColor:'* Цвет',
            interlayerColor:' Цвет',
            interlayer:'Триплекс',
            interlayerUpdate:'Триплекс обновление',
            glassAttribute:'Свойства монолитного стекла',
north-glass-erp/northglass-erp/src/lang/zh.js
@@ -125,7 +125,7 @@
           glassRepeat:'请先选择间隔物',
           HollowReview:'请选择全部中空间隔物下拉框',
           firstGlass:"请先选择产品",
           InterlayerReview:'请选择全部中空间隔物下拉框',
           InterlayerReview:'请选择全部间隔物带星号下拉框',
           glassTypeTitle:'材料属性',
           thickness:'*厚度',
           color:'*颜色',
@@ -141,7 +141,7 @@
           hollowUpdate:'中空间隔物修改',
           interlayerThickness:'*夹层厚度',
           interlayerType:'*类型',
           interlayerColor:'*颜色',
           interlayerColor:'颜色',
           interlayer:'夹层间隔物',
           interlayerUpdate:'夹层间隔物修改',
           glassAttribute:'单片玻璃属性:',
north-glass-erp/northglass-erp/src/views/pp/processCard/AddProcessCard.vue
@@ -152,10 +152,10 @@
      spacerThickness: 0,
      inWeight: 4000,
      inMaxQuantity: 20,
      inLenMin:400,
      inLenMin:350,
      inLenMax:3500,
      inShortMax:2500,
      inShortMin:400
      inShortMin:350
    },
    rules:{
      shelfThickness: [
north-glass-erp/northglass-erp/src/views/sd/product/CreateProduct.vue
@@ -300,7 +300,7 @@
  let childName = ''
  try {
    Object.keys(InterlayerBasic.value).forEach((item, index) => {
      if (InterlayerBasic.value[item] === '') {
      if (InterlayerBasic.value[item] === '' && item !== 'color') {
        throw new Error(t('product.msg.InterlayerReview'))
      }
      childName += InterlayerBasic.value[item]