|
|
@@ -45,6 +45,7 @@
|
|
|
innerInQC: () => import('@/views/bpm/stockManagement/quality.vue'),
|
|
|
innerFillWeight: () => import('@/views/bpm/stockManagement/quality.vue'),
|
|
|
outerFillWeight: () => import('@/views/bpm/stockManagement/quality.vue'),
|
|
|
+ outerFillWeightDetails: () => import('@/views/bpm/stockManagement/details.vue'),
|
|
|
Activity_1lfkrs6: () =>
|
|
|
import(
|
|
|
'@/views/bpm/handleTask/components/saleOrder/customerReturnGoods/productionPlanList.vue'
|
|
|
@@ -85,19 +86,14 @@
|
|
|
watch: {
|
|
|
activeName(val) {
|
|
|
let componentName = val;
|
|
|
- const detailsArr = ['outerStoremanOut', 'outerStoremanIn'];
|
|
|
+ const detailsArr = ['outerStoremanOut', 'outerStoremanIn','outerFillWeight'];
|
|
|
if (
|
|
|
detailsArr.includes(componentName) &&
|
|
|
componentName != this.taskDefinitionKey
|
|
|
) {
|
|
|
componentName = componentName + 'Details';
|
|
|
}
|
|
|
- console.log(
|
|
|
- detailsArr.includes(componentName) &&
|
|
|
- !detailsArr.includes(this.taskDefinitionKey),
|
|
|
- 'sss'
|
|
|
- );
|
|
|
- console.log(componentName, 'componentName');
|
|
|
+
|
|
|
this.componentVal = componentName;
|
|
|
}
|
|
|
},
|
|
|
@@ -164,7 +160,7 @@
|
|
|
case 'outerStoremanIn':
|
|
|
return {
|
|
|
form: this.form,
|
|
|
- bizType: 6,
|
|
|
+ bizType: 9,
|
|
|
sourceBizNo: this.form.returnHandleNo,
|
|
|
detailList: this.detailList,
|
|
|
isMoreProduct:true
|
|
|
@@ -177,9 +173,10 @@
|
|
|
case 'outerStoremanOut':
|
|
|
return {
|
|
|
form: this.form,
|
|
|
- bizType: 7,
|
|
|
+ bizType: 6,
|
|
|
sourceBizNo: this.form.returnHandleNo,
|
|
|
- detailList: this.detailList
|
|
|
+ detailList: this.detailList,
|
|
|
+
|
|
|
};
|
|
|
case 'outerStoremanOutDetails':
|
|
|
return {
|
|
|
@@ -202,6 +199,11 @@
|
|
|
isIds:true,
|
|
|
qualityInspectionItems: ['weight']
|
|
|
};
|
|
|
+ case 'outerFillWeightDetails':
|
|
|
+ return {
|
|
|
+ businessId: this.form.outerOutReceiptId,
|
|
|
+ isIds: true
|
|
|
+ };
|
|
|
case 'innerFillWeight':
|
|
|
return {
|
|
|
businessId: this.form.innerInReceiptId,
|