Explorar o código

feature(订单管理系统):
1、创建合同时的销售工程师根据项目带过来

niezch %!s(int64=3) %!d(string=hai) anos
pai
achega
e8ac350f43
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      src/views/contract/components/Edit.vue

+ 3 - 3
src/views/contract/components/Edit.vue

@@ -2,7 +2,7 @@
  * @Author: liuzhenlin 461480418@qq.ocm
  * @Date: 2023-01-09 15:49:34
  * @LastEditors: niezch@dashoo.cn
- * @LastEditTime: 2023-03-29 16:32:46
+ * @LastEditTime: 2023-04-04 16:18:50
  * @Description: file content
  * @FilePath: \opms_frontend\src\views\contract\components\Edit.vue
 -->
@@ -317,8 +317,8 @@
         if (!id) {
           this.title = '新增合同信息'
           // 设置销售工程师默认为当前用户
-          this.editForm.inchargeId = this.userId
-          this.editForm.inchargeName = this.nickName
+          // this.editForm.inchargeId = this.userId
+          // this.editForm.inchargeName = this.nickName
           this.editForm.signatoryId = this.userId
           this.editForm.signatoryName = this.nickName
         } else {