kmkf-work-order-service-component 0.0.1-alpha.25 → 0.0.1-alpha.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -28,7 +28,7 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
28
28
|
* @Author: wangzhenggui jianjia.wzg@raycloud.com
|
29
29
|
* @Date: 2022-09-16 11:19:43
|
30
30
|
* @LastEditors: wangzhenggui jianjia.wzg@raycloud.com
|
31
|
-
* @LastEditTime: 2022-10-
|
31
|
+
* @LastEditTime: 2022-10-12 16:32:11
|
32
32
|
* @FilePath: /kmkf-work-order-service-component/src/WorkOrder/index.tsx
|
33
33
|
* @Description:
|
34
34
|
*
|
@@ -383,7 +383,7 @@ var OrderList = function OrderList(tabActive) {
|
|
383
383
|
className: "custom_box_search_buyer",
|
384
384
|
checked: customSearch.isBuyer,
|
385
385
|
onChange: function onChange(e) {
|
386
|
-
if (!platformInfo.
|
386
|
+
if (!platformInfo.buyerId) {
|
387
387
|
return message.warning('请先选择买家,再查询工单!');
|
388
388
|
}
|
389
389
|
|
@@ -622,7 +622,7 @@ var PayOrderList = function PayOrderList(tabActive) {
|
|
622
622
|
className: "custom_box_search_buyer",
|
623
623
|
checked: paySearch.isBuyer,
|
624
624
|
onChange: function onChange(e) {
|
625
|
-
if (!platformInfo.
|
625
|
+
if (!platformInfo.buyerId) {
|
626
626
|
return message.warning('请先选择买家,再查询工单!');
|
627
627
|
}
|
628
628
|
|