diff --git a/src/views/claimAndreturn/picking/apply/component/AddPicking1.vue b/src/views/claimAndreturn/picking/apply/component/AddPicking1.vue
index 43dc16c..4665a75 100644
--- a/src/views/claimAndreturn/picking/apply/component/AddPicking1.vue
+++ b/src/views/claimAndreturn/picking/apply/component/AddPicking1.vue
@@ -214,6 +214,19 @@
+
+
+
+ {{ scope.row.remark }}
+
+
是
@@ -967,16 +980,18 @@ export default {
const wholeTypeList = []
this.wholeTypeNameList.forEach((i) => {
i.childrenList.forEach((e) => {
+ console.log("uiiiiiiiiiiiiiiiii",e)
const items = {
companyId: '101',
guigeCn: e.deviceType,
- preNum: e.deviceNum,
+ preNum: e.preNum,
typeCn: e.typeName,
- typeId: e.deviceTypeId,
+ typeId: e.deviceTypeId ? e.deviceTypeId:e.typeId,
wholeTypeName: i.wholeTypeName,
isCt: 0,
ctParentId: i.id,
setsNum: i.wholeTypeNum,
+ remark: e.remark,
}
// wholeTypeList.push(items)
@@ -1022,13 +1037,14 @@ export default {
const items = {
companyId: '101',
guigeCn: e.deviceType,
- preNum: e.deviceNum,
+ preNum: e.preNum,
typeCn: e.typeName,
- typeId: e.deviceTypeId,
+ typeId: e.deviceTypeId ? e.deviceTypeId:e.typeId,
wholeTypeName: i.wholeTypeName,
isCt: 0,
ctParentId: i.id,
setsNum: i.wholeTypeNum,
+ remark: e.remark,
}
// wholeTypeList.push(items)