diff --git a/src/views/oem/outsourcingAssignmentControl/index.vue b/src/views/oem/outsourcingAssignmentControl/index.vue
index eecab97e..4c398301 100644
--- a/src/views/oem/outsourcingAssignmentControl/index.vue
+++ b/src/views/oem/outsourcingAssignmentControl/index.vue
@@ -15,19 +15,43 @@
@size-change="sizeChange"
@refresh-change="refreshChange"
@on-load="onLoad"
+ @sort-change="sortChange"
+ :permission="permissionList"
>
- 删除
- 保存
+
+ 删除
+
+
+ 保存
+
-
+
-
+
@@ -35,51 +59,71 @@
-->
(scope.row.dsPart = val)"
- placeholder="请搜索选择"
- api-url="/blade-desk/dsPart/listNew"
- echo-api="/blade-desk/dsPart/listNew"
- echoParamsKey="id"
- echo-method="get"
- api-method="get"
- list-key="records"
- total-key="total"
- label-key="partCode"
- value-key="id"
- search-key="partCode"
- :debounce-time="500"
- :title="'修改'"
- />
-
+ :value="scope.row.dsPart"
+ @input="val => (scope.row.dsPart = val)"
+ placeholder="请搜索选择"
+ api-url="/blade-desk/dsPart/listNew"
+ echo-api="/blade-desk/dsPart/listNew"
+ echoParamsKey="id"
+ echo-method="get"
+ api-method="get"
+ list-key="records"
+ total-key="total"
+ label-key="partCode"
+ value-key="id"
+ search-key="partCode"
+ :debounce-time="500"
+ :title="'修改'"
+ />
-
+
- 导入
+ 导入
+
- {{ row.proportion ? row.proportion + "%" : "0%" }}
+ {{ row.proportion ? row.proportion + '%' : '0%' }}
-
-
+
+ @closeDialog="closeDialog"
+ >