|
@@ -15,40 +15,40 @@
|
|
|
|
|
|
|
|
</view>
|
|
</view>
|
|
|
<!-- 选择客户 -->
|
|
<!-- 选择客户 -->
|
|
|
- <AppCustomerSel :show.sync="showCustomer" @change="changeCustomerFn" />
|
|
|
|
|
|
|
+ <!-- <AppCustomerSel :show.sync="showCustomer" @change="changeCustomerFn" /> -->
|
|
|
</view>
|
|
</view>
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
|
<script>
|
|
<script>
|
|
|
import TuiListCell from "@/components/plugin/list-cell";
|
|
import TuiListCell from "@/components/plugin/list-cell";
|
|
|
-import AppAvatarModule from "@/components/module/app-avatar";
|
|
|
|
|
-import SimpleAddress from "@/components/plugin/simple-address";
|
|
|
|
|
-import AppAreaSel from "@/components/app-area-sel";
|
|
|
|
|
-import AppCustomerSel from "@/components/app-customer-sel";
|
|
|
|
|
-import productMins from "@/mixins/product";
|
|
|
|
|
-import appFormRadioBtn from "@/components/app-formRadio-btn";
|
|
|
|
|
-import appAddressGroup from "@/components/app-address-group";
|
|
|
|
|
-import appSendTime from "@/components/app-send-time";
|
|
|
|
|
|
|
+// import AppAvatarModule from "@/components/module/app-avatar";
|
|
|
|
|
+// import SimpleAddress from "@/components/plugin/simple-address";
|
|
|
|
|
+// import AppAreaSel from "@/components/app-area-sel";
|
|
|
|
|
+// import AppCustomerSel from "@/components/app-customer-sel";
|
|
|
|
|
+// import productMins from "@/mixins/product";
|
|
|
|
|
+// import appFormRadioBtn from "@/components/app-formRadio-btn";
|
|
|
|
|
+// import appAddressGroup from "@/components/app-address-group";
|
|
|
|
|
+// import appSendTime from "@/components/app-send-time";
|
|
|
import appFormSend from "@/components/app-form-send1";
|
|
import appFormSend from "@/components/app-form-send1";
|
|
|
const formUtil = require("@/utils/formValidation.js");
|
|
const formUtil = require("@/utils/formValidation.js");
|
|
|
import { sendExpressage } from "@/api/order/index";
|
|
import { sendExpressage } from "@/api/order/index";
|
|
|
-import { getUserDet } from "@/api/member/index";
|
|
|
|
|
|
|
+// import { getUserDet } from "@/api/member/index";
|
|
|
import { mapActions, mapGetters } from "vuex";
|
|
import { mapActions, mapGetters } from "vuex";
|
|
|
|
|
|
|
|
export default {
|
|
export default {
|
|
|
name: "BillingAffirm", // 开单确认
|
|
name: "BillingAffirm", // 开单确认
|
|
|
components: {
|
|
components: {
|
|
|
TuiListCell,
|
|
TuiListCell,
|
|
|
- AppAvatarModule,
|
|
|
|
|
- SimpleAddress,
|
|
|
|
|
- AppAreaSel,
|
|
|
|
|
- AppCustomerSel,
|
|
|
|
|
- appFormRadioBtn,
|
|
|
|
|
- appAddressGroup,
|
|
|
|
|
- appSendTime,
|
|
|
|
|
|
|
+ // AppAvatarModule,
|
|
|
|
|
+ // SimpleAddress,
|
|
|
|
|
+ // AppAreaSel,
|
|
|
|
|
+ // AppCustomerSel,
|
|
|
|
|
+ // appFormRadioBtn,
|
|
|
|
|
+ // appAddressGroup,
|
|
|
|
|
+ // appSendTime,
|
|
|
appFormSend
|
|
appFormSend
|
|
|
},
|
|
},
|
|
|
- mixins: [productMins],
|
|
|
|
|
|
|
+ // mixins: [productMins],
|
|
|
data() {
|
|
data() {
|
|
|
return {
|
|
return {
|
|
|
customId:'',
|
|
customId:'',
|
|
@@ -80,7 +80,7 @@ export default {
|
|
|
onLoad(e) {
|
|
onLoad(e) {
|
|
|
this.customId = e.id;
|
|
this.customId = e.id;
|
|
|
this.orderId = e.orderId;
|
|
this.orderId = e.orderId;
|
|
|
- if (!this.getMerchantInfo) {
|
|
|
|
|
|
|
+ if (!this.getMerchantInfo && this.customId != '0') {
|
|
|
this.initMerchantInfo().then(data => {
|
|
this.initMerchantInfo().then(data => {
|
|
|
uni.setNavigationBarTitle({
|
|
uni.setNavigationBarTitle({
|
|
|
title: data.name
|
|
title: data.name
|