Ver Fonte

Merge branch 'stage' into dev0.3

lxf há 1 ano atrás
pai
commit
baaac49d90

+ 1 - 0
src/components/process/PurchasePayment.vue

@@ -245,6 +245,7 @@ const formConfig = computed(() => {
       slotName: "rate",
       label: "税率 (%)",
       itemWidth: 34,
+      isShow: formData.data.invoiceType == "1" || formData.data.invoiceType == "2",
     },
     {
       type: "slot",

+ 0 - 2
src/views/salesMange/saleContract/contractSelect/index.vue

@@ -81,9 +81,7 @@ const sourceList = ref({
     pageNum: 1,
     pageSize: 10,
     keyword: "",
-    status: "30",
     sellCorporationId: "",
-    refundStatusNew: "0,10",
   },
 });
 const loading = ref(false);