File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
erp/sale/order/components Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 132132 </el-table >
133133 </el-form >
134134 <el-row justify =" center" class =" mt-3" v-if =" !disabled" >
135- <el-button @click =" handleAdd" round >+ 添加采购产品 </el-button >
135+ <el-button @click =" handleAdd" round >+ 添加销售产品 </el-button >
136136 </el-row >
137137</template >
138138<script setup lang="ts">
Original file line number Diff line number Diff line change @@ -238,7 +238,6 @@ const getDetail = async () => {
238238 return
239239 }
240240 const data = await PayOrderApi .getOrder (id .value , true )
241- payOrder .value = data
242241 // 1.2 无法查询到支付信息
243242 if (! data ) {
244243 message .error (' 支付订单不存在,请检查!' )
@@ -255,6 +254,8 @@ const getDetail = async () => {
255254 goReturnUrl (' close' )
256255 return
257256 }
257+ // 2. 正常展示支付信息
258+ payOrder .value = data
258259}
259260
260261/** 提交支付 */
You can’t perform that action at this time.
0 commit comments