| @@ -79,15 +79,15 @@ | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| <van-field | |||
| label="付款事由" | |||
| label="转账附言" | |||
| v-model="form.remark" | |||
| type="textarea" | |||
| placeholder="请输入付款事由" | |||
| placeholder="请输入转账附言" | |||
| input-align="right" | |||
| rows="3" | |||
| label-width="auto" | |||
| required | |||
| :rules="[{ required: true , message:'请输入付款事由' }]" | |||
| :rules="[{ required: true , message:'请输入转账附言' }]" | |||
| /> | |||
| </div> | |||
| @@ -657,7 +657,7 @@ | |||
| return; | |||
| } | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$notify({ type: 'danger', message: '付款事由禁止包含!' }); | |||
| this.$notify({ type: 'danger', message: '转账附言禁止包含!' }); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -853,7 +853,7 @@ | |||
| return; | |||
| } | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$notify({ type: 'danger', message: '付款事由禁止包含!' }); | |||
| this.$notify({ type: 'danger', message: '转账附言禁止包含!' }); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -79,15 +79,15 @@ | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| <van-field | |||
| label="付款事由" | |||
| label="转账附言" | |||
| v-model="form.remark" | |||
| type="textarea" | |||
| placeholder="请输入付款事由" | |||
| placeholder="请输入转账附言" | |||
| input-align="right" | |||
| rows="3" | |||
| label-width="auto" | |||
| required | |||
| :rules="[{ required: true , message:'请输入付款事由' }]" | |||
| :rules="[{ required: true , message:'请输入转账附言' }]" | |||
| /> | |||
| </div> | |||
| @@ -571,7 +571,7 @@ | |||
| return; | |||
| } | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$notify({ type: 'danger', message: '付款事由禁止包含!' }); | |||
| this.$notify({ type: 'danger', message: '转账附言禁止包含!' }); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -699,7 +699,7 @@ | |||
| return; | |||
| } | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$notify({ type: 'danger', message: '付款事由禁止包含!' }); | |||
| this.$notify({ type: 'danger', message: '转账附言禁止包含!' }); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -79,15 +79,15 @@ | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| <van-field | |||
| label="付款事由" | |||
| label="转账附言" | |||
| v-model="form.remark" | |||
| type="textarea" | |||
| placeholder="请输入付款事由" | |||
| placeholder="请输入转账附言" | |||
| input-align="right" | |||
| rows="3" | |||
| label-width="auto" | |||
| required | |||
| :rules="[{ required: true , message:'请输入付款事由' }]" | |||
| :rules="[{ required: true , message:'请输入转账附言' }]" | |||
| /> | |||
| </div> | |||
| @@ -602,7 +602,7 @@ | |||
| return; | |||
| } | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$notify({ type: 'danger', message: '付款事由禁止包含!' }); | |||
| this.$notify({ type: 'danger', message: '转账附言禁止包含!' }); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -729,7 +729,7 @@ | |||
| return; | |||
| } | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$notify({ type: 'danger', message: '付款事由禁止包含!' }); | |||
| this.$notify({ type: 'danger', message: '转账附言禁止包含!' }); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -70,15 +70,15 @@ | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| <van-field | |||
| label="付款事由" | |||
| label="转账附言" | |||
| v-model="form.remark" | |||
| type="textarea" | |||
| placeholder="请输入付款事由" | |||
| placeholder="请输入转账附言" | |||
| input-align="right" | |||
| rows="3" | |||
| label-width="auto" | |||
| required | |||
| :rules="[{ required: true , message:'请输入付款事由' }]" | |||
| :rules="[{ required: true , message:'请输入转账附言' }]" | |||
| /> | |||
| </div> | |||
| @@ -655,7 +655,7 @@ | |||
| return; | |||
| } | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$notify({ type: 'danger', message: '付款事由禁止包含!' }); | |||
| this.$notify({ type: 'danger', message: '转账附言禁止包含!' }); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -782,7 +782,7 @@ | |||
| return; | |||
| } | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$notify({ type: 'danger', message: '付款事由禁止包含!' }); | |||
| this.$notify({ type: 'danger', message: '转账附言禁止包含!' }); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -79,15 +79,15 @@ | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| <van-field | |||
| label="付款事由" | |||
| label="转账附言" | |||
| v-model="form.remark" | |||
| type="textarea" | |||
| placeholder="请输入付款事由" | |||
| placeholder="请输入转账附言" | |||
| input-align="right" | |||
| rows="3" | |||
| label-width="auto" | |||
| required | |||
| :rules="[{ required: true , message:'请输入付款事由' }]" | |||
| :rules="[{ required: true , message:'请输入转账附言' }]" | |||
| /> | |||
| </div> | |||
| @@ -642,7 +642,7 @@ | |||
| return; | |||
| } | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$notify({ type: 'danger', message: '付款事由禁止包含!' }); | |||
| this.$notify({ type: 'danger', message: '转账附言禁止包含!' }); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -838,7 +838,7 @@ | |||
| return; | |||
| } | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$notify({ type: 'danger', message: '付款事由禁止包含!' }); | |||
| this.$notify({ type: 'danger', message: '转账附言禁止包含!' }); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -71,15 +71,15 @@ | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| <van-field | |||
| label="付款事由" | |||
| label="转账附言" | |||
| v-model="form.remark" | |||
| type="textarea" | |||
| placeholder="请输入付款事由" | |||
| placeholder="请输入转账附言" | |||
| input-align="right" | |||
| rows="3" | |||
| label-width="auto" | |||
| required | |||
| :rules="[{ required: true , message:'请输入付款事由' }]" | |||
| :rules="[{ required: true , message:'请输入转账附言' }]" | |||
| /> | |||
| </div> | |||
| @@ -558,7 +558,7 @@ | |||
| return; | |||
| } | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$notify({ type: 'danger', message: '付款事由禁止包含!' }); | |||
| this.$notify({ type: 'danger', message: '转账附言禁止包含!' }); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -702,7 +702,7 @@ | |||
| return; | |||
| } | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$notify({ type: 'danger', message: '付款事由禁止包含!' }); | |||
| this.$notify({ type: 'danger', message: '转账附言禁止包含!' }); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -79,15 +79,15 @@ | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| <van-field | |||
| label="付款事由" | |||
| label="转账附言" | |||
| v-model="form.remark" | |||
| type="textarea" | |||
| placeholder="请输入付款事由" | |||
| placeholder="请输入转账附言" | |||
| input-align="right" | |||
| rows="3" | |||
| label-width="auto" | |||
| required | |||
| :rules="[{ required: true , message:'请输入付款事由' }]" | |||
| :rules="[{ required: true , message:'请输入转账附言' }]" | |||
| /> | |||
| </div> | |||
| @@ -656,7 +656,7 @@ | |||
| return; | |||
| } | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$notify({ type: 'danger', message: '付款事由禁止包含!' }); | |||
| this.$notify({ type: 'danger', message: '转账附言禁止包含!' }); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -852,7 +852,7 @@ | |||
| return; | |||
| } | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$notify({ type: 'danger', message: '付款事由禁止包含!' }); | |||
| this.$notify({ type: 'danger', message: '转账附言禁止包含!' }); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -71,15 +71,15 @@ | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| <van-field | |||
| label="付款事由" | |||
| label="转账附言" | |||
| v-model="form.remark" | |||
| type="textarea" | |||
| placeholder="请输入付款事由" | |||
| placeholder="请输入转账附言" | |||
| input-align="right" | |||
| rows="3" | |||
| label-width="auto" | |||
| required | |||
| :rules="[{ required: true , message:'请输入付款事由' }]" | |||
| :rules="[{ required: true , message:'请输入转账附言' }]" | |||
| /> | |||
| </div> | |||
| @@ -560,7 +560,7 @@ | |||
| return; | |||
| } | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$notify({ type: 'danger', message: '付款事由禁止包含!' }); | |||
| this.$notify({ type: 'danger', message: '转账附言禁止包含!' }); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -704,7 +704,7 @@ | |||
| return; | |||
| } | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$notify({ type: 'danger', message: '付款事由禁止包含!' }); | |||
| this.$notify({ type: 'danger', message: '转账附言禁止包含!' }); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -29,7 +29,7 @@ | |||
| </div> | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| <van-field readonly label="付款事由" v-model="form.remark" type="textarea" input-align="right" rows="3" label-width="auto"/> | |||
| <van-field readonly label="转账附言" v-model="form.remark" type="textarea" input-align="right" rows="3" label-width="auto"/> | |||
| </div> | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| @@ -29,7 +29,7 @@ | |||
| </div> | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| <van-field readonly label="付款事由" v-model="form.remark" type="textarea" input-align="right" rows="3" label-width="auto"/> | |||
| <van-field readonly label="转账附言" v-model="form.remark" type="textarea" input-align="right" rows="3" label-width="auto"/> | |||
| </div> | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| @@ -301,7 +301,7 @@ | |||
| }, | |||
| goAdd(){ | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$toast.error("付款事由禁止包含|。"); | |||
| this.$toast.error("转账附言禁止包含|。"); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -345,7 +345,7 @@ | |||
| }, | |||
| goUpdate(){ | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$toast.error("付款事由禁止包含|。"); | |||
| this.$toast.error("转账附言禁止包含|。"); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -29,7 +29,7 @@ | |||
| </div> | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| <van-field readonly label="付款事由" v-model="form.remark" type="textarea" input-align="right" rows="3" label-width="auto"/> | |||
| <van-field readonly label="转账附言" v-model="form.remark" type="textarea" input-align="right" rows="3" label-width="auto"/> | |||
| </div> | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| @@ -306,7 +306,7 @@ | |||
| }, | |||
| goAdd(){ | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$toast.error("付款事由禁止包含|。"); | |||
| this.$toast.error("转账附言禁止包含|。"); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -350,7 +350,7 @@ | |||
| }, | |||
| goUpdate(){ | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$toast.error("付款事由禁止包含|。"); | |||
| this.$toast.error("转账附言禁止包含|。"); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -28,7 +28,7 @@ | |||
| </div> | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| <van-field readonly label="付款事由" v-model="form.remark" type="textarea" input-align="right" rows="3" label-width="auto"/> | |||
| <van-field readonly label="转账附言" v-model="form.remark" type="textarea" input-align="right" rows="3" label-width="auto"/> | |||
| </div> | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| @@ -369,7 +369,7 @@ | |||
| }, | |||
| goAdd(){ | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$toast.error("付款事由禁止包含|。"); | |||
| this.$toast.error("转账附言禁止包含|。"); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -413,7 +413,7 @@ | |||
| }, | |||
| goUpdate(){ | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$toast.error("付款事由禁止包含|。"); | |||
| this.$toast.error("转账附言禁止包含|。"); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -29,7 +29,7 @@ | |||
| </div> | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| <van-field readonly label="付款事由" v-model="form.remark" type="textarea" input-align="right" rows="3" label-width="auto"/> | |||
| <van-field readonly label="转账附言" v-model="form.remark" type="textarea" input-align="right" rows="3" label-width="auto"/> | |||
| </div> | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| @@ -29,7 +29,7 @@ | |||
| </div> | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| <van-field readonly label="付款事由" v-model="form.remark" type="textarea" input-align="right" rows="3" label-width="auto"/> | |||
| <van-field readonly label="转账附言" v-model="form.remark" type="textarea" input-align="right" rows="3" label-width="auto"/> | |||
| </div> | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| @@ -29,7 +29,7 @@ | |||
| </div> | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| <van-field readonly label="付款事由" v-model="form.remark" type="textarea" input-align="right" rows="3" label-width="auto"/> | |||
| <van-field readonly label="转账附言" v-model="form.remark" type="textarea" input-align="right" rows="3" label-width="auto"/> | |||
| </div> | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| @@ -28,7 +28,7 @@ | |||
| </div> | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| <van-field readonly label="付款事由" v-model="form.remark" type="textarea" input-align="right" rows="3" label-width="auto"/> | |||
| <van-field readonly label="转账附言" v-model="form.remark" type="textarea" input-align="right" rows="3" label-width="auto"/> | |||
| </div> | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| @@ -29,7 +29,7 @@ | |||
| </div> | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| <van-field readonly label="付款事由" v-model="form.remark" type="textarea" input-align="right" rows="3" label-width="auto"/> | |||
| <van-field readonly label="转账附言" v-model="form.remark" type="textarea" input-align="right" rows="3" label-width="auto"/> | |||
| </div> | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| @@ -21,7 +21,7 @@ | |||
| </div> | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| <van-field readonly label="付款事由" v-model="form.remark" type="textarea" input-align="right" rows="3" label-width="auto"/> | |||
| <van-field readonly label="转账附言" v-model="form.remark" type="textarea" input-align="right" rows="3" label-width="auto"/> | |||
| </div> | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| @@ -279,7 +279,7 @@ | |||
| }, | |||
| goAdd(){ | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$toast.error("付款事由禁止包含|。"); | |||
| this.$toast.error("转账附言禁止包含|。"); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -323,7 +323,7 @@ | |||
| }, | |||
| goUpdate(){ | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$toast.error("付款事由禁止包含|。"); | |||
| this.$toast.error("转账附言禁止包含|。"); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -29,7 +29,7 @@ | |||
| </div> | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| <van-field readonly label="付款事由" v-model="form.remark" type="textarea" input-align="right" rows="3" label-width="auto"/> | |||
| <van-field readonly label="转账附言" v-model="form.remark" type="textarea" input-align="right" rows="3" label-width="auto"/> | |||
| </div> | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| @@ -21,7 +21,7 @@ | |||
| </div> | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| <van-field readonly label="付款事由" v-model="form.remark" type="textarea" input-align="right" rows="3" label-width="auto"/> | |||
| <van-field readonly label="转账附言" v-model="form.remark" type="textarea" input-align="right" rows="3" label-width="auto"/> | |||
| </div> | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| @@ -275,7 +275,7 @@ | |||
| }, | |||
| goAdd(){ | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$toast.error("付款事由禁止包含|。"); | |||
| this.$toast.error("转账附言禁止包含|。"); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -316,7 +316,7 @@ | |||
| }, | |||
| goUpdate(){ | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$toast.error("付款事由禁止包含|。"); | |||
| this.$toast.error("转账附言禁止包含|。"); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -79,15 +79,15 @@ | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| <van-field | |||
| label="付款事由" | |||
| label="转账附言" | |||
| v-model="form.remark" | |||
| type="textarea" | |||
| placeholder="请输入付款事由" | |||
| placeholder="请输入转账附言" | |||
| input-align="right" | |||
| rows="3" | |||
| label-width="auto" | |||
| required | |||
| :rules="[{ required: true , message:'请输入付款事由' }]" | |||
| :rules="[{ required: true , message:'请输入转账附言' }]" | |||
| /> | |||
| </div> | |||
| @@ -647,7 +647,7 @@ | |||
| return; | |||
| } | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$notify({ type: 'danger', message: '付款事由禁止包含!' }); | |||
| this.$notify({ type: 'danger', message: '转账附言禁止包含!' }); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -843,7 +843,7 @@ | |||
| return; | |||
| } | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$notify({ type: 'danger', message: '付款事由禁止包含!' }); | |||
| this.$notify({ type: 'danger', message: '转账附言禁止包含!' }); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -79,15 +79,15 @@ | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| <van-field | |||
| label="付款事由" | |||
| label="转账附言" | |||
| v-model="form.remark" | |||
| type="textarea" | |||
| placeholder="请输入付款事由" | |||
| placeholder="请输入转账附言" | |||
| input-align="right" | |||
| rows="3" | |||
| label-width="auto" | |||
| required | |||
| :rules="[{ required: true , message:'请输入付款事由' }]" | |||
| :rules="[{ required: true , message:'请输入转账附言' }]" | |||
| /> | |||
| </div> | |||
| @@ -566,7 +566,7 @@ | |||
| return; | |||
| } | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$notify({ type: 'danger', message: '付款事由禁止包含!' }); | |||
| this.$notify({ type: 'danger', message: '转账附言禁止包含!' }); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -696,7 +696,7 @@ | |||
| return; | |||
| } | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$notify({ type: 'danger', message: '付款事由禁止包含!' }); | |||
| this.$notify({ type: 'danger', message: '转账附言禁止包含!' }); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -79,15 +79,15 @@ | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| <van-field | |||
| label="付款事由" | |||
| label="转账附言" | |||
| v-model="form.remark" | |||
| type="textarea" | |||
| placeholder="请输入付款事由" | |||
| placeholder="请输入转账附言" | |||
| input-align="right" | |||
| rows="3" | |||
| label-width="auto" | |||
| required | |||
| :rules="[{ required: true , message:'请输入付款事由' }]" | |||
| :rules="[{ required: true , message:'请输入转账附言' }]" | |||
| /> | |||
| </div> | |||
| @@ -606,7 +606,7 @@ | |||
| return; | |||
| } | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$notify({ type: 'danger', message: '付款事由禁止包含!' }); | |||
| this.$notify({ type: 'danger', message: '转账附言禁止包含!' }); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -733,7 +733,7 @@ | |||
| return; | |||
| } | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$notify({ type: 'danger', message: '付款事由禁止包含!' }); | |||
| this.$notify({ type: 'danger', message: '转账附言禁止包含!' }); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -79,15 +79,15 @@ | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| <van-field | |||
| label="付款事由" | |||
| label="转账附言" | |||
| v-model="form.remark" | |||
| type="textarea" | |||
| placeholder="请输入付款事由" | |||
| placeholder="请输入转账附言" | |||
| input-align="right" | |||
| rows="3" | |||
| label-width="auto" | |||
| required | |||
| :rules="[{ required: true , message:'请输入付款事由' }]" | |||
| :rules="[{ required: true , message:'请输入转账附言' }]" | |||
| /> | |||
| </div> | |||
| @@ -624,7 +624,7 @@ | |||
| return; | |||
| } | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$notify({ type: 'danger', message: '付款事由禁止包含!' }); | |||
| this.$notify({ type: 'danger', message: '转账附言禁止包含!' }); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -751,7 +751,7 @@ | |||
| return; | |||
| } | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$notify({ type: 'danger', message: '付款事由禁止包含!' }); | |||
| this.$notify({ type: 'danger', message: '转账附言禁止包含!' }); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -79,15 +79,15 @@ | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| <van-field | |||
| label="付款事由" | |||
| label="转账附言" | |||
| v-model="form.remark" | |||
| type="textarea" | |||
| placeholder="请输入付款事由" | |||
| placeholder="请输入转账附言" | |||
| input-align="right" | |||
| rows="3" | |||
| label-width="auto" | |||
| required | |||
| :rules="[{ required: true , message:'请输入付款事由' }]" | |||
| :rules="[{ required: true , message:'请输入转账附言' }]" | |||
| /> | |||
| </div> | |||
| @@ -628,7 +628,7 @@ | |||
| return; | |||
| } | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$notify({ type: 'danger', message: '付款事由禁止包含!' }); | |||
| this.$notify({ type: 'danger', message: '转账附言禁止包含!' }); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -824,7 +824,7 @@ | |||
| return; | |||
| } | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$notify({ type: 'danger', message: '付款事由禁止包含!' }); | |||
| this.$notify({ type: 'danger', message: '转账附言禁止包含!' }); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -71,15 +71,15 @@ | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| <van-field | |||
| label="付款事由" | |||
| label="转账附言" | |||
| v-model="form.remark" | |||
| type="textarea" | |||
| placeholder="请输入付款事由" | |||
| placeholder="请输入转账附言" | |||
| input-align="right" | |||
| rows="3" | |||
| label-width="auto" | |||
| required | |||
| :rules="[{ required: true , message:'请输入付款事由' }]" | |||
| :rules="[{ required: true , message:'请输入转账附言' }]" | |||
| /> | |||
| </div> | |||
| @@ -545,7 +545,7 @@ | |||
| return; | |||
| } | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$notify({ type: 'danger', message: '付款事由禁止包含!' }); | |||
| this.$notify({ type: 'danger', message: '转账附言禁止包含!' }); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -689,7 +689,7 @@ | |||
| return; | |||
| } | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$notify({ type: 'danger', message: '付款事由禁止包含!' }); | |||
| this.$notify({ type: 'danger', message: '转账附言禁止包含!' }); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -79,15 +79,15 @@ | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| <van-field | |||
| label="付款事由" | |||
| label="转账附言" | |||
| v-model="form.remark" | |||
| type="textarea" | |||
| placeholder="请输入付款事由" | |||
| placeholder="请输入转账附言" | |||
| input-align="right" | |||
| rows="3" | |||
| label-width="auto" | |||
| required | |||
| :rules="[{ required: true , message:'请输入付款事由' }]" | |||
| :rules="[{ required: true , message:'请输入转账附言' }]" | |||
| /> | |||
| </div> | |||
| @@ -652,7 +652,7 @@ | |||
| return; | |||
| } | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$notify({ type: 'danger', message: '付款事由禁止包含!' }); | |||
| this.$notify({ type: 'danger', message: '转账附言禁止包含!' }); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -848,7 +848,7 @@ | |||
| return; | |||
| } | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$notify({ type: 'danger', message: '付款事由禁止包含!' }); | |||
| this.$notify({ type: 'danger', message: '转账附言禁止包含!' }); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -71,15 +71,15 @@ | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| <van-field | |||
| label="付款事由" | |||
| label="转账附言" | |||
| v-model="form.remark" | |||
| type="textarea" | |||
| placeholder="请输入付款事由" | |||
| placeholder="请输入转账附言" | |||
| input-align="right" | |||
| rows="3" | |||
| label-width="auto" | |||
| required | |||
| :rules="[{ required: true , message:'请输入付款事由' }]" | |||
| :rules="[{ required: true , message:'请输入转账附言' }]" | |||
| /> | |||
| </div> | |||
| @@ -547,7 +547,7 @@ | |||
| return; | |||
| } | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$notify({ type: 'danger', message: '付款事由禁止包含!' }); | |||
| this.$notify({ type: 'danger', message: '转账附言禁止包含!' }); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -691,7 +691,7 @@ | |||
| return; | |||
| } | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$notify({ type: 'danger', message: '付款事由禁止包含!' }); | |||
| this.$notify({ type: 'danger', message: '转账附言禁止包含!' }); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -104,15 +104,15 @@ | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| <van-field | |||
| label="付款事由" | |||
| label="转账附言" | |||
| v-model="form.remark" | |||
| type="textarea" | |||
| placeholder="请输入付款事由" | |||
| placeholder="请输入转账附言" | |||
| input-align="right" | |||
| rows="3" | |||
| label-width="auto" | |||
| required | |||
| :rules="[{ required: true , message:'请输入付款事由' }]" | |||
| :rules="[{ required: true , message:'请输入转账附言' }]" | |||
| /> | |||
| </div> | |||
| @@ -775,7 +775,7 @@ | |||
| return; | |||
| } | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$notify({ type: 'danger', message: '付款事由禁止包含!' }); | |||
| this.$notify({ type: 'danger', message: '转账附言禁止包含!' }); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -1417,7 +1417,7 @@ | |||
| return; | |||
| } | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$notify({ type: 'danger', message: '付款事由禁止包含!' }); | |||
| this.$notify({ type: 'danger', message: '转账附言禁止包含!' }); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -82,15 +82,15 @@ | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| <van-field | |||
| label="付款事由" | |||
| label="转账附言" | |||
| v-model="form.remark" | |||
| type="textarea" | |||
| placeholder="请输入付款事由" | |||
| placeholder="请输入转账附言" | |||
| input-align="right" | |||
| rows="3" | |||
| label-width="auto" | |||
| required | |||
| :rules="[{ required: true , message:'请输入付款事由' }]" | |||
| :rules="[{ required: true , message:'请输入转账附言' }]" | |||
| /> | |||
| </div> | |||
| @@ -599,7 +599,7 @@ | |||
| return; | |||
| } | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$notify({ type: 'danger', message: '付款事由禁止包含!' }); | |||
| this.$notify({ type: 'danger', message: '转账附言禁止包含!' }); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -744,7 +744,7 @@ | |||
| return; | |||
| } | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$notify({ type: 'danger', message: '付款事由禁止包含!' }); | |||
| this.$notify({ type: 'danger', message: '转账附言禁止包含!' }); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -104,15 +104,15 @@ | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| <van-field | |||
| label="付款事由" | |||
| label="转账附言" | |||
| v-model="form.remark" | |||
| type="textarea" | |||
| placeholder="请输入付款事由" | |||
| placeholder="请输入转账附言" | |||
| input-align="right" | |||
| rows="3" | |||
| label-width="auto" | |||
| required | |||
| :rules="[{ required: true , message:'请输入付款事由' }]" | |||
| :rules="[{ required: true , message:'请输入转账附言' }]" | |||
| /> | |||
| </div> | |||
| @@ -651,7 +651,7 @@ | |||
| return false; | |||
| } | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$notify({ type: 'danger', message: '付款事由禁止包含!' }); | |||
| this.$notify({ type: 'danger', message: '转账附言禁止包含!' }); | |||
| return false; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -1644,7 +1644,7 @@ | |||
| return false; | |||
| } | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$notify({ type: 'danger', message: '付款事由禁止包含!' }); | |||
| this.$notify({ type: 'danger', message: '转账附言禁止包含!' }); | |||
| return false; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -95,15 +95,15 @@ | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| <van-field | |||
| label="付款事由" | |||
| label="转账附言" | |||
| v-model="form.remark" | |||
| type="textarea" | |||
| placeholder="请输入付款事由" | |||
| placeholder="请输入转账附言" | |||
| input-align="right" | |||
| rows="3" | |||
| label-width="auto" | |||
| required | |||
| :rules="[{ required: true , message:'请输入付款事由' }]" | |||
| :rules="[{ required: true , message:'请输入转账附言' }]" | |||
| /> | |||
| </div> | |||
| @@ -733,7 +733,7 @@ | |||
| return; | |||
| } | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$notify({ type: 'danger', message: '付款事由禁止包含!' }); | |||
| this.$notify({ type: 'danger', message: '转账附言禁止包含!' }); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -1712,7 +1712,7 @@ | |||
| return; | |||
| } | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$notify({ type: 'danger', message: '付款事由禁止包含!' }); | |||
| this.$notify({ type: 'danger', message: '转账附言禁止包含!' }); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -104,15 +104,15 @@ | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| <van-field | |||
| label="付款事由" | |||
| label="转账附言" | |||
| v-model="form.remark" | |||
| type="textarea" | |||
| placeholder="请输入付款事由" | |||
| placeholder="请输入转账附言" | |||
| input-align="right" | |||
| rows="3" | |||
| label-width="auto" | |||
| required | |||
| :rules="[{ required: true , message:'请输入付款事由' }]" | |||
| :rules="[{ required: true , message:'请输入转账附言' }]" | |||
| /> | |||
| </div> | |||
| @@ -733,7 +733,7 @@ | |||
| return; | |||
| } | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$notify({ type: 'danger', message: '付款事由禁止包含!' }); | |||
| this.$notify({ type: 'danger', message: '转账附言禁止包含!' }); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -1375,7 +1375,7 @@ | |||
| return; | |||
| } | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$notify({ type: 'danger', message: '付款事由禁止包含!' }); | |||
| this.$notify({ type: 'danger', message: '转账附言禁止包含!' }); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -74,15 +74,15 @@ | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| <van-field | |||
| label="付款事由" | |||
| label="转账附言" | |||
| v-model="form.remark" | |||
| type="textarea" | |||
| placeholder="请输入付款事由" | |||
| placeholder="请输入转账附言" | |||
| input-align="right" | |||
| rows="3" | |||
| label-width="auto" | |||
| required | |||
| :rules="[{ required: true , message:'请输入付款事由' }]" | |||
| :rules="[{ required: true , message:'请输入转账附言' }]" | |||
| /> | |||
| </div> | |||
| @@ -568,7 +568,7 @@ | |||
| return; | |||
| } | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$notify({ type: 'danger', message: '付款事由禁止包含!' }); | |||
| this.$notify({ type: 'danger', message: '转账附言禁止包含!' }); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -712,7 +712,7 @@ | |||
| return; | |||
| } | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$notify({ type: 'danger', message: '付款事由禁止包含!' }); | |||
| this.$notify({ type: 'danger', message: '转账附言禁止包含!' }); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -82,15 +82,15 @@ | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| <van-field | |||
| label="付款事由" | |||
| label="转账附言" | |||
| v-model="form.remark" | |||
| type="textarea" | |||
| placeholder="请输入付款事由" | |||
| placeholder="请输入转账附言" | |||
| input-align="right" | |||
| rows="3" | |||
| label-width="auto" | |||
| required | |||
| :rules="[{ required: true , message:'请输入付款事由' }]" | |||
| :rules="[{ required: true , message:'请输入转账附言' }]" | |||
| /> | |||
| </div> | |||
| @@ -687,7 +687,7 @@ | |||
| return; | |||
| } | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$notify({ type: 'danger', message: '付款事由禁止包含!' }); | |||
| this.$notify({ type: 'danger', message: '转账附言禁止包含!' }); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -839,7 +839,7 @@ | |||
| return; | |||
| } | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$notify({ type: 'danger', message: '付款事由禁止包含!' }); | |||
| this.$notify({ type: 'danger', message: '转账附言禁止包含!' }); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -74,15 +74,15 @@ | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| <van-field | |||
| label="付款事由" | |||
| label="转账附言" | |||
| v-model="form.remark" | |||
| type="textarea" | |||
| placeholder="请输入付款事由" | |||
| placeholder="请输入转账附言" | |||
| input-align="right" | |||
| rows="3" | |||
| label-width="auto" | |||
| required | |||
| :rules="[{ required: true , message:'请输入付款事由' }]" | |||
| :rules="[{ required: true , message:'请输入转账附言' }]" | |||
| /> | |||
| </div> | |||
| @@ -570,7 +570,7 @@ | |||
| return; | |||
| } | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$notify({ type: 'danger', message: '付款事由禁止包含!' }); | |||
| this.$notify({ type: 'danger', message: '转账附言禁止包含!' }); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -714,7 +714,7 @@ | |||
| return; | |||
| } | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$notify({ type: 'danger', message: '付款事由禁止包含!' }); | |||
| this.$notify({ type: 'danger', message: '转账附言禁止包含!' }); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -30,7 +30,7 @@ | |||
| </div> | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| <van-field readonly label="付款事由" v-model="form.remark" type="textarea" input-align="right" rows="3" label-width="auto"/> | |||
| <van-field readonly label="转账附言" v-model="form.remark" type="textarea" input-align="right" rows="3" label-width="auto"/> | |||
| </div> | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| @@ -30,7 +30,7 @@ | |||
| </div> | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| <van-field readonly label="付款事由" v-model="form.remark" type="textarea" input-align="right" rows="3" label-width="auto"/> | |||
| <van-field readonly label="转账附言" v-model="form.remark" type="textarea" input-align="right" rows="3" label-width="auto"/> | |||
| </div> | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| @@ -30,7 +30,7 @@ | |||
| </div> | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| <van-field readonly label="付款事由" v-model="form.remark" type="textarea" input-align="right" rows="3" label-width="auto"/> | |||
| <van-field readonly label="转账附言" v-model="form.remark" type="textarea" input-align="right" rows="3" label-width="auto"/> | |||
| </div> | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| @@ -29,7 +29,7 @@ | |||
| </div> | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| <van-field readonly label="付款事由" v-model="form.remark" type="textarea" input-align="right" rows="3" label-width="auto"/> | |||
| <van-field readonly label="转账附言" v-model="form.remark" type="textarea" input-align="right" rows="3" label-width="auto"/> | |||
| </div> | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| @@ -30,7 +30,7 @@ | |||
| </div> | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| <van-field readonly label="付款事由" v-model="form.remark" type="textarea" input-align="right" rows="3" label-width="auto"/> | |||
| <van-field readonly label="转账附言" v-model="form.remark" type="textarea" input-align="right" rows="3" label-width="auto"/> | |||
| </div> | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| @@ -30,7 +30,7 @@ | |||
| </div> | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| <van-field readonly label="付款事由" v-model="form.remark" type="textarea" input-align="right" rows="3" label-width="auto"/> | |||
| <van-field readonly label="转账附言" v-model="form.remark" type="textarea" input-align="right" rows="3" label-width="auto"/> | |||
| </div> | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| @@ -30,7 +30,7 @@ | |||
| </div> | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| <van-field readonly label="付款事由" v-model="form.remark" type="textarea" input-align="right" rows="3" label-width="auto"/> | |||
| <van-field readonly label="转账附言" v-model="form.remark" type="textarea" input-align="right" rows="3" label-width="auto"/> | |||
| </div> | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| @@ -29,7 +29,7 @@ | |||
| </div> | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| <van-field readonly label="付款事由" v-model="form.remark" type="textarea" input-align="right" rows="3" label-width="auto"/> | |||
| <van-field readonly label="转账附言" v-model="form.remark" type="textarea" input-align="right" rows="3" label-width="auto"/> | |||
| </div> | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| @@ -30,7 +30,7 @@ | |||
| </div> | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| <van-field readonly label="付款事由" v-model="form.remark" type="textarea" input-align="right" rows="3" label-width="auto"/> | |||
| <van-field readonly label="转账附言" v-model="form.remark" type="textarea" input-align="right" rows="3" label-width="auto"/> | |||
| </div> | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| @@ -21,7 +21,7 @@ | |||
| </div> | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| <van-field readonly label="付款事由" v-model="form.remark" type="textarea" input-align="right" rows="3" label-width="auto"/> | |||
| <van-field readonly label="转账附言" v-model="form.remark" type="textarea" input-align="right" rows="3" label-width="auto"/> | |||
| </div> | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| @@ -285,7 +285,7 @@ | |||
| }, | |||
| goAdd(){ | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$toast.error("付款事由禁止包含|。"); | |||
| this.$toast.error("转账附言禁止包含|。"); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -329,7 +329,7 @@ | |||
| }, | |||
| goUpdate(){ | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$toast.error("付款事由禁止包含|。"); | |||
| this.$toast.error("转账附言禁止包含|。"); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -29,7 +29,7 @@ | |||
| </div> | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| <van-field readonly label="付款事由" v-model="form.remark" type="textarea" input-align="right" rows="3" label-width="auto"/> | |||
| <van-field readonly label="转账附言" v-model="form.remark" type="textarea" input-align="right" rows="3" label-width="auto"/> | |||
| </div> | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| @@ -21,7 +21,7 @@ | |||
| </div> | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| <van-field readonly label="付款事由" v-model="form.remark" type="textarea" input-align="right" rows="3" label-width="auto"/> | |||
| <van-field readonly label="转账附言" v-model="form.remark" type="textarea" input-align="right" rows="3" label-width="auto"/> | |||
| </div> | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| @@ -275,7 +275,7 @@ | |||
| }, | |||
| goAdd(){ | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$toast.error("付款事由禁止包含|。"); | |||
| this.$toast.error("转账附言禁止包含|。"); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -316,7 +316,7 @@ | |||
| }, | |||
| goUpdate(){ | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$toast.error("付款事由禁止包含|。"); | |||
| this.$toast.error("转账附言禁止包含|。"); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -104,15 +104,15 @@ | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| <van-field | |||
| label="付款事由" | |||
| label="转账附言" | |||
| v-model="form.remark" | |||
| type="textarea" | |||
| placeholder="请输入付款事由" | |||
| placeholder="请输入转账附言" | |||
| input-align="right" | |||
| rows="3" | |||
| label-width="auto" | |||
| required | |||
| :rules="[{ required: true , message:'请输入付款事由' }]" | |||
| :rules="[{ required: true , message:'请输入转账附言' }]" | |||
| /> | |||
| </div> | |||
| @@ -731,7 +731,7 @@ | |||
| return; | |||
| } | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$notify({ type: 'danger', message: '付款事由禁止包含!' }); | |||
| this.$notify({ type: 'danger', message: '转账附言禁止包含!' }); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -1368,7 +1368,7 @@ | |||
| return; | |||
| } | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$notify({ type: 'danger', message: '付款事由禁止包含!' }); | |||
| this.$notify({ type: 'danger', message: '转账附言禁止包含!' }); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -82,15 +82,15 @@ | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| <van-field | |||
| label="付款事由" | |||
| label="转账附言" | |||
| v-model="form.remark" | |||
| type="textarea" | |||
| placeholder="请输入付款事由" | |||
| placeholder="请输入转账附言" | |||
| input-align="right" | |||
| rows="3" | |||
| label-width="auto" | |||
| required | |||
| :rules="[{ required: true , message:'请输入付款事由' }]" | |||
| :rules="[{ required: true , message:'请输入转账附言' }]" | |||
| /> | |||
| </div> | |||
| @@ -583,7 +583,7 @@ | |||
| return; | |||
| } | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$notify({ type: 'danger', message: '付款事由禁止包含!' }); | |||
| this.$notify({ type: 'danger', message: '转账附言禁止包含!' }); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -735,7 +735,7 @@ | |||
| return; | |||
| } | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$notify({ type: 'danger', message: '付款事由禁止包含!' }); | |||
| this.$notify({ type: 'danger', message: '转账附言禁止包含!' }); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -104,15 +104,15 @@ | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| <van-field | |||
| label="付款事由" | |||
| label="转账附言" | |||
| v-model="form.remark" | |||
| type="textarea" | |||
| placeholder="请输入付款事由" | |||
| placeholder="请输入转账附言" | |||
| input-align="right" | |||
| rows="3" | |||
| label-width="auto" | |||
| required | |||
| :rules="[{ required: true , message:'请输入付款事由' }]" | |||
| :rules="[{ required: true , message:'请输入转账附言' }]" | |||
| /> | |||
| </div> | |||
| @@ -642,7 +642,7 @@ | |||
| return; | |||
| } | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$notify({ type: 'danger', message: '付款事由禁止包含!' }); | |||
| this.$notify({ type: 'danger', message: '转账附言禁止包含!' }); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -1640,7 +1640,7 @@ | |||
| return; | |||
| } | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$notify({ type: 'danger', message: '付款事由禁止包含!' }); | |||
| this.$notify({ type: 'danger', message: '转账附言禁止包含!' }); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -104,15 +104,15 @@ | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| <van-field | |||
| label="付款事由" | |||
| label="转账附言" | |||
| v-model="form.remark" | |||
| type="textarea" | |||
| placeholder="请输入付款事由" | |||
| placeholder="请输入转账附言" | |||
| input-align="right" | |||
| rows="3" | |||
| label-width="auto" | |||
| required | |||
| :rules="[{ required: true , message:'请输入付款事由' }]" | |||
| :rules="[{ required: true , message:'请输入转账附言' }]" | |||
| /> | |||
| </div> | |||
| @@ -728,7 +728,7 @@ | |||
| return; | |||
| } | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$notify({ type: 'danger', message: '付款事由禁止包含!' }); | |||
| this.$notify({ type: 'danger', message: '转账附言禁止包含!' }); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -1710,7 +1710,7 @@ | |||
| return; | |||
| } | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$notify({ type: 'danger', message: '付款事由禁止包含!' }); | |||
| this.$notify({ type: 'danger', message: '转账附言禁止包含!' }); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -104,15 +104,15 @@ | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| <van-field | |||
| label="付款事由" | |||
| label="转账附言" | |||
| v-model="form.remark" | |||
| type="textarea" | |||
| placeholder="请输入付款事由" | |||
| placeholder="请输入转账附言" | |||
| input-align="right" | |||
| rows="3" | |||
| label-width="auto" | |||
| required | |||
| :rules="[{ required: true , message:'请输入付款事由' }]" | |||
| :rules="[{ required: true , message:'请输入转账附言' }]" | |||
| /> | |||
| </div> | |||
| @@ -713,7 +713,7 @@ | |||
| return; | |||
| } | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$notify({ type: 'danger', message: '付款事由禁止包含!' }); | |||
| this.$notify({ type: 'danger', message: '转账附言禁止包含!' }); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -1350,7 +1350,7 @@ | |||
| return; | |||
| } | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$notify({ type: 'danger', message: '付款事由禁止包含!' }); | |||
| this.$notify({ type: 'danger', message: '转账附言禁止包含!' }); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -74,15 +74,15 @@ | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| <van-field | |||
| label="付款事由" | |||
| label="转账附言" | |||
| v-model="form.remark" | |||
| type="textarea" | |||
| placeholder="请输入付款事由" | |||
| placeholder="请输入转账附言" | |||
| input-align="right" | |||
| rows="3" | |||
| label-width="auto" | |||
| required | |||
| :rules="[{ required: true , message:'请输入付款事由' }]" | |||
| :rules="[{ required: true , message:'请输入转账附言' }]" | |||
| /> | |||
| </div> | |||
| @@ -555,7 +555,7 @@ | |||
| return; | |||
| } | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$notify({ type: 'danger', message: '付款事由禁止包含!' }); | |||
| this.$notify({ type: 'danger', message: '转账附言禁止包含!' }); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -699,7 +699,7 @@ | |||
| return; | |||
| } | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$notify({ type: 'danger', message: '付款事由禁止包含!' }); | |||
| this.$notify({ type: 'danger', message: '转账附言禁止包含!' }); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -82,15 +82,15 @@ | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| <van-field | |||
| label="付款事由" | |||
| label="转账附言" | |||
| v-model="form.remark" | |||
| type="textarea" | |||
| placeholder="请输入付款事由" | |||
| placeholder="请输入转账附言" | |||
| input-align="right" | |||
| rows="3" | |||
| label-width="auto" | |||
| required | |||
| :rules="[{ required: true , message:'请输入付款事由' }]" | |||
| :rules="[{ required: true , message:'请输入转账附言' }]" | |||
| /> | |||
| </div> | |||
| @@ -674,7 +674,7 @@ | |||
| return; | |||
| } | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$notify({ type: 'danger', message: '付款事由禁止包含!' }); | |||
| this.$notify({ type: 'danger', message: '转账附言禁止包含!' }); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -825,7 +825,7 @@ | |||
| return; | |||
| } | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$notify({ type: 'danger', message: '付款事由禁止包含!' }); | |||
| this.$notify({ type: 'danger', message: '转账附言禁止包含!' }); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -74,15 +74,15 @@ | |||
| <div class="main_box" style="margin-top: 10px;"> | |||
| <van-field | |||
| label="付款事由" | |||
| label="转账附言" | |||
| v-model="form.remark" | |||
| type="textarea" | |||
| placeholder="请输入付款事由" | |||
| placeholder="请输入转账附言" | |||
| input-align="right" | |||
| rows="3" | |||
| label-width="auto" | |||
| required | |||
| :rules="[{ required: true , message:'请输入付款事由' }]" | |||
| :rules="[{ required: true , message:'请输入转账附言' }]" | |||
| /> | |||
| </div> | |||
| @@ -557,7 +557,7 @@ | |||
| return; | |||
| } | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$notify({ type: 'danger', message: '付款事由禁止包含!' }); | |||
| this.$notify({ type: 'danger', message: '转账附言禁止包含!' }); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||
| @@ -701,7 +701,7 @@ | |||
| return; | |||
| } | |||
| if(this.form.remark != null && this.form.remark.indexOf("|")!=-1){ | |||
| this.$notify({ type: 'danger', message: '付款事由禁止包含!' }); | |||
| this.$notify({ type: 'danger', message: '转账附言禁止包含!' }); | |||
| return; | |||
| } | |||
| if(this.form.capitalExpenditureType==2){ | |||