Browse Source

完善经销商管理

master
yunuo970428 2 years ago
parent
commit
52743778b9
  1. 16
      anrui-base/anrui-base-ui/src/views/guakaogongsi/guakaogongsiguanli/guakaogongsiAdd.vue
  2. 2
      anrui-base/anrui-base-ui/src/views/guakaogongsi/guakaogongsiguanli/guakaogongsiInfo.vue
  3. 2
      anrui-base/anrui-base-ui/src/views/workFlow/jingxiaoshangFlow/jingxiaoshangDaiBan.vue
  4. 15
      anrui-base/anrui-base-ui/src/views/workFlow/jingxiaoshangFlow/jingxiaoshangEdit.vue
  5. 2
      anrui-base/anrui-base-ui/src/views/workFlow/jingxiaoshangFlow/jingxiaoshangYiBan.vue

16
anrui-base/anrui-base-ui/src/views/guakaogongsi/guakaogongsiguanli/guakaogongsiAdd.vue

@ -95,8 +95,8 @@
<el-col :span="4">
<el-form-item prop="isGuarantee">
<el-radio-group v-model="temp.isGuarantee">
<el-radio label="1"></el-radio>
<el-radio label="0"></el-radio>
<el-radio label=""></el-radio>
<el-radio label=""></el-radio>
</el-radio-group>
</el-form-item>
</el-col>
@ -458,6 +458,7 @@ export default {
invoBankNum: '',
invoPhone: '',
isGuarantee: '',
isGuaranteeKey: '',
legalIdCard: '',
legalMobile: '',
legalName: '',
@ -802,6 +803,11 @@ export default {
this.$refs['dataForm'].validate((valid) => {
if (valid) {
this.FormLoading = true
if (this.temp.isGuarantee === '是') {
this.temp.isGuaranteeKey = '1'
} else if (this.temp.isGuarantee === '否') {
this.temp.isGuaranteeKey = '0'
}
if (this.temp.sid === '') {
SaveList(this.temp).then((response) => {
this.FormLoading = false
@ -846,6 +852,11 @@ export default {
}
this.$refs['dataForm'].validate((valid) => {
if (valid) {
if (this.temp.isGuarantee === '是') {
this.temp.isGuaranteeKey = '1'
} else if (this.temp.isGuarantee === '否') {
this.temp.isGuaranteeKey = '0'
}
this.FormLoading = true
this.temp.yyzzList = this.list1
this.temp.dlysxkzList = this.list2
@ -885,6 +896,7 @@ export default {
invoBankNum: '',
invoPhone: '',
isGuarantee: '',
isGuaranteeKey: '',
legalIdCard: '',
legalMobile: '',
legalName: '',

2
anrui-base/anrui-base-ui/src/views/guakaogongsi/guakaogongsiguanli/guakaogongsiInfo.vue

@ -80,7 +80,7 @@
</el-col>
<el-col :span="4">
<el-form-item>
<span>{{ temp.isGuarantee == '1' ? '是' : temp.isGuarantee == '0' ? '否' : '' }}</span>
<span>{{ temp.isGuarantee }}</span>
</el-form-item>
</el-col>
</el-row>

2
anrui-base/anrui-base-ui/src/views/workFlow/jingxiaoshangFlow/jingxiaoshangDaiBan.vue

@ -82,7 +82,7 @@
</el-col>
<el-col :span="4">
<el-form-item>
<span>{{ temp.isGuarantee == '1' ? '是' : temp.isGuarantee == '0' ? '否' : '' }}</span>
<span>{{ temp.isGuarantee }}</span>
</el-form-item>
</el-col>
</el-row>

15
anrui-base/anrui-base-ui/src/views/workFlow/jingxiaoshangFlow/jingxiaoshangEdit.vue

@ -94,8 +94,8 @@
<el-col :span="4">
<el-form-item prop="isGuarantee">
<el-radio-group v-model="temp.isGuarantee">
<el-radio label="1"></el-radio>
<el-radio label="0"></el-radio>
<el-radio label=""></el-radio>
<el-radio label=""></el-radio>
</el-radio-group>
</el-form-item>
</el-col>
@ -457,6 +457,7 @@ export default {
invoBankNum: '',
invoPhone: '',
isGuarantee: '',
isGuaranteeKey: '',
legalIdCard: '',
legalMobile: '',
legalName: '',
@ -797,6 +798,11 @@ export default {
}
this.$refs['dataForm'].validate((valid) => {
if (valid) {
if (this.temp.isGuarantee === '是') {
this.temp.isGuaranteeKey = '1'
} else if (this.temp.isGuarantee === '否') {
this.temp.isGuaranteeKey = '0'
}
this.FormLoading = true
if (this.temp.sid === '') {
SaveList(this.temp).then((response) => {
@ -856,6 +862,11 @@ export default {
}
this.$refs['dataForm'].validate((valid) => {
if (valid) {
if (this.temp.isGuarantee === '是') {
this.temp.isGuaranteeKey = '1'
} else if (this.temp.isGuarantee === '否') {
this.temp.isGuaranteeKey = '0'
}
this.FormLoading = true
this.temp.yyzzList = this.list1
this.temp.dlysxkzList = this.list2

2
anrui-base/anrui-base-ui/src/views/workFlow/jingxiaoshangFlow/jingxiaoshangYiBan.vue

@ -80,7 +80,7 @@
</el-col>
<el-col :span="4">
<el-form-item>
<span>{{ temp.isGuarantee == '1' ? '是' : temp.isGuarantee == '0' ? '否' : '' }}</span>
<span>{{ temp.isGuarantee }}</span>
</el-form-item>
</el-col>
</el-row>

Loading…
Cancel
Save