wangxinhui
2025-03-06 95909e9515f99f7aa9ead0c6e31456457363273e
´úÂë¹ÜÀí/WMS/WIDESEA_WMSClient/src/views/outbound/mesPPOutboundOrder.vue
@@ -80,12 +80,12 @@
      //   align: "left",
      // },
      {
        field: "OrderStatus",
        title: "订单状态",
        type: "string",
        width: 180,
        field: "orderStatus",
        title: "单据状态",
        type: "decimal",
        width: 90,
        align: "left",
        bind: { key: "orderDetailStatusEnum", data: [] },
        bind: { key: "outboundStatusEnum", data: [] },
      },
      {
        field: "materialCode",
@@ -161,7 +161,7 @@
    ]);
    const detail = ref({
      cnName: "出库明细单",
      table: "OnboundOrderDetail",
      table: "MesPPOutboundOrderDetail",
      columns: [
        {
          field: "id",
@@ -170,16 +170,15 @@
          width: 90,
          hidden: true,
          readonly: true,
          require: true,
          align: "left",
        },
        {
          field: "orderId",
        field: "OrderId",
          title: "出库单主键",
          type: "string",
          width: 90,
        width: 80,
          align: "left",
          hidden: true,
        bind: { key: "warehouses", data: [] },
        },
        {
          field: "Warehouse",
@@ -196,12 +195,19 @@
          align: "left",
        },
        {
        field: "createType",
        title: "创建方式",
        type: "string",
        width: 120,
        align: "left",
        bind: { key: "createType", data: [] },
      },
      {
          field: "orderDetailStatus",
          title: "订单明细状态",
          type: "string",
          width: 180,
          align: "left",
          bind: { key: "orderDetailStatusEnum", data: [] },
        },
        {
          field: "creater",