|
@@ -7,7 +7,6 @@ import {
|
|
|
updateMzSupplyType,
|
|
|
MzZdSupplyType,
|
|
|
} from "@/api/orderZdMaintain";
|
|
|
-import XcElOption from "@/components/xiao-chan/xc-el-option/XcElOption.vue";
|
|
|
import XEUtils from "xe-utils";
|
|
|
import { VxeTablePropTypes } from "vxe-table";
|
|
|
import { useVxeTableRef } from "@/utils/useCompRef";
|
|
@@ -234,8 +233,9 @@ onMounted(() => {
|
|
|
<xc-select
|
|
|
width="100%"
|
|
|
v-model="params.row"
|
|
|
- :name="['supplyChild', 'supplyChildName']"
|
|
|
+ :name="['childCode', 'childName']"
|
|
|
:data="store.supplyChild"
|
|
|
+ clearable
|
|
|
>
|
|
|
</xc-select>
|
|
|
</template>
|