feat: 优化产品信息展示组件,使用悬停弹窗替代对话框
refactor: 重构原材料信息组件,采用与产品信息一致的交互方式 fix: 移除酸连轧工序页面,该功能已迁移至其他模块 style: 调整元素阴影样式,移除不必要的样式属性 chore: 添加调试日志,便于追踪参数传递
This commit is contained in:
@@ -81,6 +81,7 @@
|
||||
<span v-else-if="scope.row.actionType===4">发货操作已在移动端完成</span>
|
||||
<span v-else-if="scope.row.actionType===401">入库操作</span>
|
||||
<span v-else-if="scope.row.actionType===402">发货操作</span>
|
||||
<span v-else-if="scope.row.actionType===403">移库操作</span>
|
||||
<dict-tag v-else :options='dict.type.action_type' :value="scope.row.actionType "></dict-tag>
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -202,11 +202,12 @@ export default {
|
||||
pendingActions: [],
|
||||
// 表单参数
|
||||
form: {
|
||||
materialType: null,
|
||||
materialType: '原料',
|
||||
enterCoilNo: null,
|
||||
currentCoilNo: null,
|
||||
itemId: null,
|
||||
itemType: null,
|
||||
itemType: 'raw_material',
|
||||
warehouseId: '1988150044862377986', // 酸连轧原料库
|
||||
netWeight: null,
|
||||
grossWeight: null,
|
||||
remark: null,
|
||||
|
||||
Reference in New Issue
Block a user