helongyang
昨天 cb25acc46bf41863e068b6f968f1592b7a14d1c9
´úÂë¹ÜÀí/WMS/WIDESEA_WMSClient/src/views/outbound/outStockLockInfo.vue
@@ -113,6 +113,9 @@
        { title: "任务号", field: "taskNum", type: "like" },
        { title: "状态", field: "status", type: "select",dataKey:"outLockStockStatusEnum", data:[]},
      ],
      [
        { title: "出库时间",field: "createDate",type: "datetime"},
      ],
    ]);
    const columns = ref([
      {
@@ -129,7 +132,7 @@
        field: "orderNo",
        title: "单据编号",
        type: "string",
        width: 150,
        width: 180,
        align: "left",
        
      },
@@ -189,7 +192,7 @@
        field: "locationCode",
        title: "货位编号",
        type: "datetime",
        width: 160,
        width: 220,
        align: "left",
      },
      {
@@ -235,6 +238,20 @@
        align: "left",
        bind:{key:"outLockStockStatusEnum", data: []}
      },
      {
        field: "creater",
        title: "创建人",
        type: "string",
        width: 90,
        align: "left",
      },
      {
        field: "createDate",
        title: "创建时间",
        type: "datetime",
        width: 160,
        align: "left",
      },
    ]);
    const detail = ref({
      cnName: "#detailCnName",