feat(wms): 添加leftWarehouseQuery属性并优化表格显示
优化线圈信息显示格式,移除单位后缀 调整移库记录表格列宽和显示内容 修改批量调拨和技术部改判的前后状态显示格式
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
:hideType="hideType"
|
||||
:showLength="showLength"
|
||||
:canExportAll="canExportAll"
|
||||
:leftWarehouseQuery="leftWarehouseQuery"
|
||||
/>
|
||||
</template>
|
||||
|
||||
@@ -32,6 +33,7 @@ export default {
|
||||
showLength: true,
|
||||
canExportAll: true,
|
||||
showOrderBy: false,
|
||||
leftWarehouseQuery: true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user