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