| | |
| | | style="margin-left:10px;" |
| | | type="primary" |
| | | @click="pushOtc" |
| | | >推送ERP</el-button |
| | | >推送OTC</el-button |
| | | > |
| | | <el-button |
| | | <!-- <el-button |
| | | style="margin-left:10px;" |
| | | type="primary" |
| | | @click="importOutPutBatch" |
| | |
| | | type="primary" |
| | | @click="exportStandBook" |
| | | >导出台账</el-button |
| | | > |
| | | > --> |
| | | <el-button |
| | | v-if="permissions.plan_customerorder_return" |
| | | style="margin-left:10px;" |
| | |
| | | isShowQuery: false, |
| | | uploadInfo: { |
| | | // 是否展示上传EXCEL以及对应的url |
| | | isShow: false, |
| | | isShow: true, |
| | | url: '' |
| | | }, |
| | | prelang: 'operation', |
| | |
| | | fun: this.stockHandle |
| | | }, |
| | | { |
| | | text: '箱码信息导出', |
| | | type: 'text', |
| | | size: 'small', |
| | | fun: this.packageExportHandle |
| | | }, |
| | | { |
| | | text: '作废', |
| | | type: 'text', |
| | | size: 'small', |
| | |
| | | this.table.toolbar.push({ |
| | | text: '获取销售订单', |
| | | type: 'primary', |
| | | fun: this.syncERP, |
| | | fun: this.pullCustomerOrder, |
| | | disabled: false, |
| | | permitArr: [] |
| | | }) |
| | | } |
| | | if (this.permissions.customerorder_ifs_line) { |
| | | this.table.toolbar.push({ |
| | | text: '获取ERP行号', |
| | | text: '获取OTC行号', |
| | | type: 'primary', |
| | | fun: this.pullIfsLineNo, |
| | | disabled: false, |