liding
2025-04-10 14515b095bcf8bd9c91b3819f8762d42777d8948
src/views/business/materialOrder/customsInspection.vue
@@ -1061,7 +1061,10 @@
        },
        sampleList: sampleList.map(a => {
          a.standardMethodListId = JSON.stringify(a.standardMethodListId)
          a.insProduct = this.fullProductList
          a.insProduct = this.fullProductList.map(item => ({
            ...item,
            state: 1
          }))
          if (a.modelNum) {
            // 根据x号判断型号参数与样品型号的拼接位置
            // 例如×4,就为500ML×4;4×,就为4×500ML