leiqunqing
2026-01-19 ba8aa925e7901381ceb394adb53eca8723d1c4c5
´úÂë¹ÜÀí/WIDESEAWCS_Client/src/views/basicinfo/boxing.vue
@@ -41,22 +41,23 @@
          field: "palletCode",
          type: "input",
          width: 200,
          require: true
          link: true,
          require: true,
        },
        {
          title: "成品编号",
          field: "productCode",
          type: "input",
          width: 200,
          require: true
          require: true,
        },
        {
          title: "成品名称",
          field: "productName",
          type: "input",
          width: 200,
          require: true
        }
          require: true,
        },
      ],
      [
        {
@@ -65,9 +66,9 @@
          type: "input",
          width: 100,
          hidden: true,
          readonly: true
        }
      ]
          readonly: true,
        },
      ],
    ]);
    const searchFormFields = ref({
@@ -105,6 +106,7 @@
        field: "palletCode",
        title: "工装板编号",
        type: "string",
        link: true,
        width: 200,
        align: "left",
      },
@@ -161,11 +163,36 @@
    ]);
    const detail = ref({
      cnName: "",
      table: "",
      columns: [],
      sortName: "",
      key: "",
      cnName: "组盘详细信息",
      table: "boxingDetail",
      columns: [
        {
          field: "boxingId",
          title: "组盘ID",
          type: "int",
          width: 90,
          hidden: true,
          readonly: true,
          require: true,
          align: "left",
        },
        {
          field: "componentCode",
          title: "零件编号",
          type: "string",
          width: 200,
          align: "left",
        },
        {
          field: "componentName",
          title: "零件名称",
          type: "string",
          width: 200,
          align: "left",
        },
      ],
      sortName: "createDate",
      key: "id",
    });
    return {