cuiqian2004
2024-08-16 c54802aead926ec66f2c1263ce1615aee0623728
pages/modal/5602.vue
@@ -186,7 +186,7 @@
         return {
            title: this.translateSys("sorting"),
            ClsID: "Sorting_Detail",
            ClsID2: "Sorting_Result",
            ClsID2: "Picking_Result",
            param: {},
            focusFieldId: "",
            focusOldFieldId: "",
@@ -966,8 +966,34 @@
                                       data.forEach(async (ele2, index) => {
                                          if (ele.fieldId == ele2
                                             .attr) {
                                             if (ele.name ==
                                                'Select' &&
                                                ele2
                                                .choice_list) {
                                                const
                                                   dictItemList = [];
                                                const
                                                   choiceList =
                                                   ele2
                                                   .choice_list ||
                                                   [];
                                                for (let d in
                                                      choiceList) {
                                                   const val =
                                                      choiceList[
                                                         d];
                                                   dictItemList
                                                      .push({
                                                         text: val,
                                                         value: val
                                                      });
                                                }
                                                ele.dict =
                                                   dictItemList;
                                             }
                                             ele.value = ele2
                                                .value;
                                          }
                                       });
                                    });