谢杰标 2 years ago
parent
commit
9f07061f3f

+ 1 - 1
src/views/financed/accountsPayable/components/dislogCmsAudit.vue

@@ -2,7 +2,7 @@
   <div>
     <BaseDialog
       :disabledBtn="disabledBtn"
-      width="800px"
+      width="860px"
       :isShow.sync="isShow"
       :title="'佣金' + ['详情', '审核', '支付'][type]"
       @open="init"

+ 1 - 1
src/views/financed/accountsPayable/components/dislogOrderList.vue

@@ -104,7 +104,7 @@
     <!-- 订单详情 -->
     <dislog-order-details
       :appendToBody="true"
-      :ShowStatus="1"
+      :ShowStatus="3"
       :orderSn="activeOrderInfo.orderSn"
       :orderFrom="activeOrderInfo.orderFrom"
       :dialogVisible.sync="orderDialogVisible"

+ 1 - 1
src/views/financed/accountsPayable/operationsReceivable/index.vue

@@ -73,7 +73,7 @@
     />
     <!-- 订单详情 -->
     <dislog-order-details
-      :ShowStatus="1"
+      :ShowStatus="3"
       :orderSn="activeOrderInfo.orderSn"
       :orderFrom="activeOrderInfo.orderFrom"
       :dialogVisible.sync="orderDialogVisible"