Browse Source

no message

linwenxin 6 months ago
parent
commit
5dc233ace4

+ 6 - 6
src/views/auxiliaryFittings/salesManagement/components/auxiliarySalesOrderDetail.vue

@@ -173,7 +173,7 @@
               <el-form-item label="支付方式" prop="payType" :required="true">
                 <el-radio-group v-model="formData.payType">
                   <el-radio :disabled="formData.flag != 'SAVE' && formType != 0" label="CASH">现金</el-radio>
-                  <el-radio :disabled="formData.flag != 'SAVE' && formType != 0" label="WECHAT">微信</el-radio>
+                  <el-radio :disabled="formData.flag != 'SAVE' && formType != 0" label="ALLINPAY">通联支付</el-radio>
                   <el-radio
                     v-if="formData.salesType == '工程'"
                     :disabled="formData.flag != 'SAVE' && formType != 0"
@@ -183,9 +183,9 @@
                 </el-radio-group>
               </el-form-item>
             </el-col>
-            <el-col :span="2" v-if="formData.flag == 'SUBMIT' && formData.payType == 'WECHAT'">
+            <el-col :span="2" v-if="formData.flag == 'SUBMIT' && formData.payType == 'ALLINPAY'">
               <div style="height: 32px; display: flex; align-items: center; cursor: pointer" @click="wxPay()">
-                微信支付<i class="el-icon-full-screen"></i>
+                通联支付<i class="el-icon-full-screen"></i>
               </div>
             </el-col>
             <el-col :span="2" v-else>
@@ -580,11 +580,11 @@
           >提交</el-button
         >
         <el-button
-          v-if="formData.flag == 'SUBMIT' && formData.payType == 'WECHAT'"
+          v-if="formData.flag == 'SUBMIT' && formData.payType == 'ALLINPAY'"
           size="small"
           type="primary"
           @click="wxPay()"
-          >微信支付</el-button
+          >通联支付</el-button
         >
         <el-button v-if="formData.flag == 'PAY_NOT_TAKE'" size="small" type="primary" @click="confirm()"
           >确认提货</el-button
@@ -1033,7 +1033,7 @@ export default {
         }).then(res => {
           if (res.code == 200) {
             this.$message.success('提交成功!')
-            if (this.formData.payType == 'WECHAT') {
+            if (this.formData.payType == 'ALLINPAY') {
               this.wxPay()
             } else {
               this.goBack()