廖井涛
2024-07-30 11c4bf931144a4d82093ba9814f36111217d0989
修改发货打印设置
4个文件已修改
10 ■■■■ 已修改文件
north-glass-erp/northglass-erp/src/components/sd/order/PrintSheet3.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
north-glass-erp/northglass-erp/src/lang/zh.js 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
north-glass-erp/northglass-erp/src/views/mm/mainProductStock/StorageRecord.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
north-glass-erp/northglass-erp/src/views/sd/delivery/SelectDelivery.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
north-glass-erp/northglass-erp/src/components/sd/order/PrintSheet3.vue
@@ -96,7 +96,6 @@
        }
      })*/
      console.log(otherMoney1)
    }else{
      ElMessage.warning(res.msg)
      router.push("/login")
north-glass-erp/northglass-erp/src/lang/zh.js
@@ -615,6 +615,7 @@
        typeClaim:'领出类型',
        pleaseEnterTheBoxNumber:'请输入箱号',
        boxNumber:'箱号',
    },
north-glass-erp/northglass-erp/src/views/mm/mainProductStock/StorageRecord.vue
@@ -219,7 +219,7 @@
    {field: 'operateTime', width:'140', title: t('productStock.productionDate'),filters:[{ data: '' }],slots: { filter: 'num1_filter' }},
    {field: 'reviewed', width: '100',title: t('productStock.reviewed'),filters:[{ data: '' }],slots: { filter: 'num1_filter' }},
    {field: 'reviewedTime', width: '140',title: t('productStock.approvedDate'),filters:[{ data: '' }],slots: { filter: 'num1_filter' }},
    {field: 'remarks', width: '140',title: t('productStock.remarks'),filters:[{ data: '' }],slots: { filter: 'num1_filter' }},
    {field: 'remarks', width: '140',title: t('productStock.boxNumber'),filters:[{ data: '' }],slots: { filter: 'num1_filter' }},
  ],//表头按钮
  toolbarConfig: {
    buttons: [
north-glass-erp/northglass-erp/src/views/sd/delivery/SelectDelivery.vue
@@ -442,6 +442,12 @@
  height: 100%;
}
@media print {
  @page {
    margin: 8mm 16mm 8mm 16mm;
  }
}