| | |
| | | <Button v-if="allowOperation.editPrice" @click="modifyPrice" type="primary">调整价格</Button> |
| | | <Button v-if="allowOperation.editConsignee" @click="editAddress" type="primary">修改收货地址</Button> |
| | | <Button v-if="allowOperation.showLogistics || orderPackage.length > 0" @click="checkLogistics" type="primary">查看物流</Button> |
| | | <!-- 添加修改物流单号按钮 --> |
| | | <Button v-if="allowOperation.showLogistics || orderPackage.length > 0" @click="modifyLogisticsNo" type="primary">修改物流单号</Button> |
| | | <Button @click="orderLogModal = true" type="primary">订单日志</Button> |
| | | <Button @click="printOrder" type="primary" ghost style="float:right;">打印发货单</Button> |
| | | <Button v-if="allowOperation.take" @click="orderTake" type="primary">订单核销</Button> |
| | |
| | | <FormItem label="快递单号" prop="logisticsNo"> |
| | | <Input v-model="modifyLogisticsForm.logisticsNo" size="large"></Input> |
| | | </FormItem> |
| | | <FormItem label="快递编码" prop="logisticsCode"> |
| | | <Input v-model="modifyLogisticsForm.logisticsCode" size="large"></Input> |
| | | </FormItem> |
| | | <!-- <FormItem label="快递编码" prop="logisticsCode">--> |
| | | <!-- <Input v-model="modifyLogisticsForm.logisticsCode" size="large"></Input>--> |
| | | <!-- </FormItem>--> |
| | | </Form> |
| | | </div> |
| | | <div slot="footer" style="text-align: right"> |