刘磊
6 天以前 5eeed44ad21748ed7560a8c688d4e2d2f03555c8
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSClient/src/views/widesea_wms/basicinfo/LocationStatusChange.vue
@@ -39,7 +39,7 @@
        { field: 'locationCode', title: '货位编号', type: 'string', width: 110, require: true, align: 'left' },
        { field: 'beforeStatus', title: '变动前货位状态', type: 'int', width: 120, align: 'left', bind: { key: "LocationState", data: [] } },
        { field: 'afterStatus', title: '变动后货位状态', type: 'int', width: 110, require: true, align: 'left', sort: true, bind: { key: "LocationState", data: [] } },
        { field: 'changeType', title: '变动类型(出库、入库、手动调整...)', type: 'string', width: 70, align: 'left', bind: { key: "StatusChangeType", data: [] }  },
        { field: 'changeType', title: '变动类型(出库、入库、手动调整...)', type: 'string', width: 70, align: 'left', bind: { key: "StatusChangeType", data: [] }  },
        { field: 'orderId', title: '单据主键', type: 'string', width: 70, align: 'left' },
        { field: 'orderNo', title: '单据编号', type: 'string', width: 110, align: 'left' },
        { field: 'orderDetailId', title: '单据明细主键', type: 'string', width: 110, align: 'left' },