refactor(wms/coil): 优化卷号匹配与表格布局,调整功能按钮权限
1. 修复卷号匹配字段名不统一问题,将encoilid改为coilId适配新逻辑 2. 调整CoilSelector的列名从镀铬卷号改为工序卷号 3. 调整base.vue表格列位置与注释代码,新增correctButton参数控制数据修正按钮 4. 在ship.vue中传入correctButton参数,优化发货页面功能
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
:showControl="showControl"
|
||||
:showExportTime="showExportTime"
|
||||
:isShipView="isShipView"
|
||||
:correctButton="correctButton"
|
||||
/>
|
||||
</template>
|
||||
|
||||
@@ -32,6 +33,7 @@ export default {
|
||||
showStatus: false,
|
||||
hideType: false,
|
||||
showExportTime: true,
|
||||
correctButton: true,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user