|
|
@@ -46,7 +46,7 @@
|
|
|
innerFillWeight: () => import('@/views/bpm/stockManagement/quality.vue'),
|
|
|
outerFillWeight: () => import('@/views/bpm/stockManagement/quality.vue'),
|
|
|
outerFillWeightDetails: () => import('@/views/bpm/stockManagement/details.vue'),
|
|
|
- Activity_1lfkrs6: () =>
|
|
|
+ repairProducePlan: () =>
|
|
|
import(
|
|
|
'@/views/bpm/handleTask/components/saleOrder/customerReturnGoods/productionPlanList.vue'
|
|
|
)
|
|
|
@@ -102,50 +102,50 @@
|
|
|
let list = [
|
|
|
{
|
|
|
label: '生产计划审核',
|
|
|
- name: 'Activity_1lfkrs6',
|
|
|
- isOutOrIn: 'innerStore'
|
|
|
- },
|
|
|
- {
|
|
|
- label: '内部生产物品入库',
|
|
|
- name: 'innerStoremanIn',
|
|
|
- isOutOrIn: 'innerStore'
|
|
|
- },
|
|
|
- {
|
|
|
- label: '填写重量',
|
|
|
- name: 'innerFillWeight',
|
|
|
- isOutOrIn: 'innerStore'
|
|
|
- },
|
|
|
- {
|
|
|
- label: '内部生产入库质检',
|
|
|
- name: 'innerInQC',
|
|
|
+ name: 'repairProducePlan',
|
|
|
isOutOrIn: 'innerStore'
|
|
|
},
|
|
|
+ // {
|
|
|
+ // label: '内部生产物品入库',
|
|
|
+ // name: 'innerStoremanIn',
|
|
|
+ // isOutOrIn: 'innerStore'
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // label: '填写重量',
|
|
|
+ // name: 'innerFillWeight',
|
|
|
+ // isOutOrIn: 'innerStore'
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // label: '内部生产入库质检',
|
|
|
+ // name: 'innerInQC',
|
|
|
+ // isOutOrIn: 'innerStore'
|
|
|
+ // },
|
|
|
{
|
|
|
label: '物品出库给外协',
|
|
|
name: 'outerStoremanOut',
|
|
|
isOutOrIn: 'outerStore'
|
|
|
},
|
|
|
- {
|
|
|
- label: '外协返修物品入库',
|
|
|
- name: 'outerStoremanIn',
|
|
|
- isOutOrIn: 'outerStore'
|
|
|
- },
|
|
|
- {
|
|
|
- label: '填写重量',
|
|
|
- name: 'outerFillWeight',
|
|
|
- isOutOrIn: 'outerStore'
|
|
|
- },
|
|
|
- {
|
|
|
- label: '外协返修入库质检',
|
|
|
- name: 'outerInQC',
|
|
|
- isOutOrIn: 'outerStore'
|
|
|
- }
|
|
|
+ // {
|
|
|
+ // label: '外协返修物品入库',
|
|
|
+ // name: 'outerStoremanIn',
|
|
|
+ // isOutOrIn: 'outerStore'
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // label: '填写重量',
|
|
|
+ // name: 'outerFillWeight',
|
|
|
+ // isOutOrIn: 'outerStore'
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // label: '外协返修入库质检',
|
|
|
+ // name: 'outerInQC',
|
|
|
+ // isOutOrIn: 'outerStore'
|
|
|
+ // }
|
|
|
];
|
|
|
return list.filter((item) => item.isOutOrIn == this.activeComp);
|
|
|
},
|
|
|
activeNameProps() {
|
|
|
switch (this.componentVal) {
|
|
|
- case 'Activity_1lfkrs6':
|
|
|
+ case 'repairProducePlan':
|
|
|
return {
|
|
|
ids: this.form.detailList
|
|
|
.filter((item) => item.inOrOut == 1)
|
|
|
@@ -245,7 +245,7 @@
|
|
|
// }
|
|
|
|
|
|
let innerStoreList = [
|
|
|
- 'Activity_1lfkrs6',
|
|
|
+ 'repairProducePlan',
|
|
|
'innerStoremanIn',
|
|
|
'innerFillWeight',
|
|
|
'innerInQC'
|
|
|
@@ -280,8 +280,9 @@
|
|
|
},
|
|
|
methods: {
|
|
|
isValidComponent(componentName) {
|
|
|
+
|
|
|
const validComponents = [
|
|
|
- 'Activity_1lfkrs6',
|
|
|
+ 'repairProducePlan',
|
|
|
'outerStoremanOut',
|
|
|
'outerStoremanIn',
|
|
|
'outerInQC',
|