ソースを参照

1、修改订单

zhoux 1 年間 前
コミット
36260af3cb
2 ファイル変更4 行追加2 行削除
  1. 2 2
      src/index.less
  2. 2 0
      src/view/sale/order/form.vue

+ 2 - 2
src/index.less

@@ -1142,8 +1142,8 @@
 }
 //放大镜组件readonly-icon鼠标禁用样式
 .ivu-input-group:has(.readonly-input) .search-class{
-  cursor: not-allowed!important;
-  pointer-events: none; /* 阻止鼠标事件触发 */
+  //cursor: not-allowed!important;
+  //pointer-events: none; /* 阻止鼠标事件触发 */
 }
 
 

+ 2 - 0
src/view/sale/order/form.vue

@@ -63,6 +63,7 @@
                          rate-field="allocationRatio"
                          :order-id="formData.orderId"
                          :default-value="formData.orgName"
+                         :readonly="checkColumnIsEdit('staffId')"
                          @ok="orgOk($event)"
                          :type="this.$config.MagnifierType.org"/>
           </DkFormItem>
@@ -73,6 +74,7 @@
                          rate-field="allocationRatio"
                          :order-id="formData.orderId"
                          :default-value="formData.staffName"
+                         :readonly="checkColumnIsEdit('staffId')"
                          @ok="staffOk($event)"
                          :type="this.$config.MagnifierType.staff"/>
           </DkFormItem>