|
@@ -14,7 +14,7 @@
|
|
@click.stop="handleEdit">编辑</a-button>
|
|
@click.stop="handleEdit">编辑</a-button>
|
|
</template>
|
|
</template>
|
|
<!-- 操作区,位于 title 行的行尾 -->
|
|
<!-- 操作区,位于 title 行的行尾 -->
|
|
- <template slot="extra" v-if="$hasPermissions('B_storeCallOutPrint')">
|
|
|
|
|
|
+ <template slot="extra" v-if="outBizSn ? $hasPermissions('B_outboundOrderDetail') : $hasPermissions('B_storeCallOutPrint')">
|
|
<a-checkbox key="4" v-model="printCostChecked">打印成本</a-checkbox>
|
|
<a-checkbox key="4" v-model="printCostChecked">打印成本</a-checkbox>
|
|
<a-radio-group key="3" v-model="printerType">
|
|
<a-radio-group key="3" v-model="printerType">
|
|
<a-radio value="NEEDLE">针式</a-radio>
|
|
<a-radio value="NEEDLE">针式</a-radio>
|