Browse Source

盘点问题暂存

dev_web_online
安虹睿 2 years ago
parent
commit
3e4ad04016
  1. 2
      fe/PC/src/components/StepsCountPlanForm/index.vue
  2. 77
      fe/PC/src/filters/status.js

2
fe/PC/src/components/StepsCountPlanForm/index.vue

@ -39,7 +39,7 @@
>
</curren-Form>
<!-- 库位参数 -->
<!-- 搜索按钮窗体组件 -->
<!-- 搜索按钮窗体组件LocationForPADPlan -->
<searchPage
ref="searchTable"
:tableLoading="tableLoading"

77
fe/PC/src/filters/status.js

@ -947,6 +947,83 @@ export function locationType(index, prop) {
}
return Enum(type, index, prop)
}
//库位类型(盘点新增选择计划库位参数页面使用 线边库位)
/**
*
* @param {Boolean}
* @returns {object}
*/
// export function locationTypeForPADPlan(index, prop) {
// let type = {
// 1: {
// label: "待检库位",
// value: 1,
// UK: 'INSP'
// },
// 2: {
// label: "原材料库位",
// value: 2,
// UK: 'RAW'
// },
// 3: {
// label: "半成品库位",
// value: 3,
// UK: 'SEMI'
// },
// 4: {
// label: "成品库位",
// value: 4,
// UK: 'FG'
// },
// // 5: {
// // label: "线边库位",
// // value: 5,
// // UK: 'WIP'
// // },
// 6: {
// label: "隔离库位",
// value: 6,
// UK: 'HOLD'
// },
// 7: {
// label: "报废库位",
// value: 7,
// UK: 'SCRAP'
// },
// 8: {
// label: "不合格品库位",
// value: 8,
// UK: 'NOC'
// },
// 9: {
// label: "溢出库位",
// value: 9,
// UK: 'OVERFLOW'
// },
// 10: {
// label: "客户库位",
// value: 10,
// UK: 'CUST'
// },
// 11: {
// label: "外库位",
// value: 11,
// UK: 'OUTSIDE'
// },
// 12: {
// label: "盘点差异库位",
// value: 12,
// UK: 'DIFF'
// },
// 13: {
// label: "在途库位",
// value: 13,
// UK: 'TRANSPORT'
// }
// }
// return Enum(type, index, prop)
// }
//库位类型
/**
*

Loading…
Cancel
Save