Browse Source

完善车辆台账--销售出库--增加当前登录用户sid和name

master
yunuo970428 2 years ago
parent
commit
b5d6f8f5f3
  1. 10
      anrui-scm/anrui-scm-ui/src/views/cheliang/cheliangtaizhang/relation/cheliangtaizhangChu.vue

10
anrui-scm/anrui-scm-ui/src/views/cheliang/cheliangtaizhang/relation/cheliangtaizhangChu.vue

@ -306,7 +306,9 @@ export default {
trailerOrInstallName: '',
trailerOrInstallDealPrice: '',
totalDealPrice: '',
szOrGCSid: ''
szOrGCSid: '',
createBySid: '',
createByName: ''
},
payType_list: [], //
org_list: [], //
@ -410,6 +412,8 @@ export default {
this.temp.vinNo = multipleSelection[0].vinNo
this.temp.vinSid = multipleSelection[0].sid
this.temp.createOrgSid = createOrgSid
this.temp.createBySid = window.sessionStorage.getItem('userSid')
this.temp.createByName = window.sessionStorage.getItem('name')
this.temp.giftsDescription = '0'
this.temp.rebateMoneyOne = '0'
this.temp.rebateMoneyTwo = '0'
@ -519,7 +523,9 @@ export default {
trailerOrInstallName: '',
trailerOrInstallDealPrice: '',
totalDealPrice: '',
szOrGCSid: ''
szOrGCSid: '',
createBySid: '',
createByName: ''
}
this.disabledBtn = false
this.$refs['dataForm'].resetFields()

Loading…
Cancel
Save