Browse Source

因委托样品可重复加规格型号列

wyh 1 year ago
parent
commit
da8688cbec

+ 5 - 0
itdmWeb/src/views/module-iTDM/itdmGongdanDetail/ItdmGongdanDetailList.vue

@@ -233,6 +233,11 @@ export default {
           dataIndex: 'weituoYangpinId_dictText'
         },
         {
+          title:'规格型号',
+          align:"center",
+          dataIndex: 'sampleModelSpecification'
+        },
+        {
           title:'计划设备',
           align:"center",
           dataIndex: 'shebeiId_dictText'

+ 1 - 0
itdmWeb/src/views/module-iTDM/itdmGongdanMaster/uGantt.vue

@@ -227,6 +227,7 @@ export default {
         { name: "weituoNo", label: "委托编号", width: 140, fixed: true, resize: true, align: "center", tree: true },
         { name: "testItems", label: "检测项目", width: 80, fixed: true, resize: true, align: "center"},
         { name: "sampleName", label: "样品名称", width: 80, fixed: true, resize: true, align: "center" },
+        { name: "sampleModelSpecification", label: "规格型号", width: 80, fixed: true, resize: true, align: "center" },
         { name: "start_date", label: "开始时间", width: 100, fixed: true, resize: true, align: "center" },
         { name: "end_date", label: "结束时间", width: 100, fixed: true, resize: true, align: "center" },
         { name: "statusC", label: "状态", width: 60, fixed: true, resize: true, align: "center" },

+ 3 - 0
itdmWeb/src/views/module-iTDM/itdmGongdanMaster/uGantt2.vue

@@ -148,6 +148,7 @@ export default {
         { name: "weituoNo", label: "委托编号", width: 140, fixed: true, resize: true, align: "center", tree: true },
         { name: "testItems", label: "检测项目", width: 80, fixed: true, resize: true, align: "center"},
         { name: "sampleName", label: "样品名称", width: 80, fixed: true, resize: true, align: "center" },
+        { name: "sampleModelSpecification", label: "规格型号", width: 80, fixed: true, resize: true, align: "center" },
         { name: "start_date", label: "开始时间", width: 100, fixed: true, resize: true, align: "center" },
         { name: "end_date", label: "结束时间", width: 100, fixed: true, resize: true, align: "center" },
         { name: "statusC", label: "状态", width: 60, fixed: true, resize: true, align: "center" },
@@ -403,6 +404,8 @@ export default {
               deviceName: res.deviceName,
               statusC: res.statusC,
               izShiji: res.izShiji,
+              sampleModelSpecification: res.sampleModelSpecification,
+
 
               task_text: res.deviceName+','+res.pm
             }