guoyujie
4 天以前 46e023fa5aea718a6cfa22447374f663058f3914
提交部分翻译与订单bom前端程序
7个文件已修改
19 ■■■■ 已修改文件
north-glass-erp/northglass-erp/src/lang/ar.js 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
north-glass-erp/northglass-erp/src/lang/en.js 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
north-glass-erp/northglass-erp/src/lang/ru.js 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
north-glass-erp/northglass-erp/src/lang/zh.js 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
north-glass-erp/northglass-erp/src/views/sd/bom/OrderBOM.vue 11 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
north-glass-erp/northglass-erp/src/views/sd/bom/ProductBomAdd.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
north-glass-erp/northglass-erp/src/views/sd/order/SelectOrder.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
north-glass-erp/northglass-erp/src/lang/ar.js
@@ -312,6 +312,7 @@
            isOptimize:'此订单已转优化,回退失败!',
            isReportingWork:'此订单已报工,回退失败!',
            isStorage:'此订单已入库,回退失败!',
            BackSure:"确定一键退回相应流程?"
        },
        updateOrderId:"修改订单号",
        reportingTransfer:'报工转移'
north-glass-erp/northglass-erp/src/lang/en.js
@@ -312,6 +312,7 @@
            isOptimize:'此订单已转优化,回退失败!',
            isReportingWork:'此订单已报工,回退失败!',
            isStorage:'此订单已入库,回退失败!',
            BackSure:"确定一键退回相应流程?"
        },
        updateOrderId:"修改订单号",
        reportingTransfer:'报工转移'
north-glass-erp/northglass-erp/src/lang/ru.js
@@ -312,6 +312,7 @@
            isOptimize:'此订单已转优化,回退失败!',
            isReportingWork:'此订单已报工,回退失败!',
            isStorage:'此订单已入库,回退失败!',
            BackSure:"确定一键退回相应流程?"
        },
        updateOrderId:"修改订单号",
        reportingTransfer:'报工转移'
north-glass-erp/northglass-erp/src/lang/zh.js
@@ -321,6 +321,7 @@
            isOptimize:'此订单已转优化,回退失败!',
            isReportingWork:'此订单已报工,回退失败!',
            isStorage:'此订单已入库,回退失败!',
            BackSure:"确定一键退回相应流程?"
        },
        updateOrderId:"修改订单号",
        reportingTransfer:'报工转移'
north-glass-erp/northglass-erp/src/views/sd/bom/OrderBOM.vue
@@ -661,6 +661,17 @@
        :close-on-click-modal="false"
        :close-on-press-escape="false"
    >
      <template>
        <el-card style="max-width: 480px">
          <template #header>
            <div class="card-header">
              <span>产品1</span>
            </div>
          </template>
          <p v-for="o in 4" :key="o" class="text item">{{ '用料 ' + o +":xx元" }}</p>
          <template #footer>Footer content</template>
        </el-card>
      </template>
    </el-dialog>
north-glass-erp/northglass-erp/src/views/sd/bom/ProductBomAdd.vue
@@ -9,7 +9,7 @@
  align: 'center',//文字居中
  stripe:true,//斑马纹
  rowConfig: {isCurrent: true, isHover: true,height: 30, useKey: true},//鼠标移动或选择高亮
  id: 'SelectProduct111',
  id: 'productBOM',
  showFooter: true,//显示脚
  printConfig: {},
  importConfig: {},
north-glass-erp/northglass-erp/src/views/sd/order/SelectOrder.vue
@@ -376,7 +376,7 @@
    }
    ElMessageBox.confirm(
        '确定一键退回相应流程?',
        t('searchOrder.msgList.BackSure'),
        'Warning',
        {
          confirmButtonText: t('basicData.confirmButtonText'),