doctor-admin-components 1.0.13-beta.92 → 1.0.13-beta.94
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.
package/package.json
CHANGED
|
@@ -341,11 +341,11 @@
|
|
|
341
341
|
channel !== 'official-website' && contract.contractType == 'sale'
|
|
342
342
|
"
|
|
343
343
|
>生成装运</div> -->
|
|
344
|
-
<div class="addshipment" @click.stop="handleGeneratePurchase"
|
|
344
|
+
<!-- <div class="addshipment" @click.stop="handleGeneratePurchase"
|
|
345
345
|
v-if="
|
|
346
346
|
channel !== 'official-website' && contract.contractType == 'purchase'
|
|
347
347
|
"
|
|
348
|
-
>{{ $t("contractDetail.Generate_shipment") }}</div>
|
|
348
|
+
>{{ $t("contractDetail.Generate_shipment") }}</div> -->
|
|
349
349
|
</div>
|
|
350
350
|
</template>
|
|
351
351
|
<template v-slot:content>
|
|
@@ -374,11 +374,11 @@
|
|
|
374
374
|
channel !== 'official-website' && contract.contractType == 'sale'
|
|
375
375
|
"
|
|
376
376
|
>增加装运</div> -->
|
|
377
|
-
<div class="addshipment" @click.stop="handleGeneratePurchase"
|
|
377
|
+
<!-- <div class="addshipment" @click.stop="handleGeneratePurchase"
|
|
378
378
|
v-if="
|
|
379
379
|
channel !== 'official-website' && contract.contractType == 'purchase'
|
|
380
380
|
"
|
|
381
|
-
>{{ $t('contractDetail.add_shipment') }}</div>
|
|
381
|
+
>{{ $t('contractDetail.add_shipment') }}</div> -->
|
|
382
382
|
</div>
|
|
383
383
|
</template>
|
|
384
384
|
<template v-slot:content>
|