md
This commit is contained in:
parent
1ad1771ea8
commit
ea0ac0f06c
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div>
|
||||
<div v-if="billDetail" style="display: inline-flex; width: 100%; margin-top: 15px;">
|
||||
<div style="width:80%">
|
||||
<div style="width:80%;">
|
||||
<el-steps :active="active" align-center finish-status="finish">
|
||||
<el-step >
|
||||
<template slot="title">
|
||||
|
||||
@ -213,7 +213,7 @@
|
||||
<span slot="label">
|
||||
<span style="color: red">退款人</span>
|
||||
</span>
|
||||
<EmisMonthpayAccountPicker v-model="form.payManCode" @onChange="onMonthpayAccountSelect"></EmisMonthpayAccountPicker>
|
||||
<AllMonthpayAccountPicker v-model="form.payManCode" @onChange="onMonthpayAccountSelect"></AllMonthpayAccountPicker>
|
||||
<!-- <CustomerSimplePicker v-model="form.customerCode" @onChange="onCustomerSelect" ></CustomerSimplePicker> -->
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
@ -478,6 +478,7 @@ export default {
|
||||
this.loading = true;
|
||||
getInfoBySettleBillNo(this.settleBillNo).then(response => {
|
||||
this.settleBillItem = response.data;
|
||||
this.form.payManCode = this.settleBillItem.custCode;
|
||||
console.log("===>settleBillItem3333===>",this.settleBillItem)
|
||||
this.loading = false;
|
||||
});
|
||||
|
||||
@ -974,7 +974,7 @@ export default {
|
||||
else{
|
||||
// this.initQueryParams();
|
||||
qParam.pageNum=1;
|
||||
qParam.pageSize=5000;
|
||||
qParam.pageSize=20000;
|
||||
listEmisOrder(qParam).then(response => {
|
||||
if (response.code === 200) {
|
||||
this.exportData(response.rows,loadingInstance);
|
||||
|
||||
@ -26,7 +26,8 @@
|
||||
<el-input v-model="form.billCode" placeholder="" @blur="onBillCodeChange" style="font-weight:600;color:black" :disabled="this.action=='got'" />
|
||||
</div>
|
||||
<div style="padding-left:5px"> <el-checkbox v-model="form.blSelfBillCode" style="font-size:400;margin-right:10px;font-size:10px" :disabled="this.action=='got'" @change="checked=>handleBillCodeChange(checked)" :true-label="'1'" :false-label="'0'"><span style="font-size:10px">{{ $t('电子主单') }}</span></el-checkbox></div>
|
||||
</div>
|
||||
<!-- <div style="padding-left:5px"> <el-checkbox v-model="form.blVirtual" style="font-size:400;margin-right:10px;font-size:10px" :disabled="this.action=='got'" :true-label="'1'" :false-label="'0'"><span style="font-size:10px">{{ $t('虚拟单') }}</span></el-checkbox></div> -->
|
||||
</div>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<!-- <el-col :span="8" v-if="action=='got'">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user