| | |
| | | import { ElDialog, ElForm, ElFormItem, ElInput, ElButton, ElMessage, ElSelect, ElOption } from 'element-plus'; |
| | | |
| | | import gridBody from './extend/outOrderDetail.vue' |
| | | import gridHeader from './extend/NoStockOut.vue' |
| | | let extension = { |
| | | components: { |
| | | //鏌ヨ鐣岄潰鎵╁睍缁勪欢 |
| | | gridHeader: '', |
| | | gridHeader: gridHeader, |
| | | gridBody: gridBody, |
| | | gridFooter: '', |
| | | //鏂板缓銆佺紪杈戝脊鍑烘鎵╁睍缁勪欢 |
| | |
| | | this.$refs.gridBody.open(row); |
| | | } |
| | | }); |
| | | let TaskHandCompletedBtn = this.buttons.find(x => x.value == 'NoStockOut'); |
| | | if (TaskHandCompletedBtn) { |
| | | TaskHandCompletedBtn.onClick = function () { |
| | | this.$refs.gridHeader.open(); |
| | | } |
| | | } |
| | | |
| | | }, |
| | | onInited() { |
| | | //妗嗘灦鍒濆鍖栭厤缃悗 |
| | |
| | | let wheres = [{ |
| | | 'name': 'orderType', |
| | | 'value': '0', |
| | | 'displayType': 'text'}]; |
| | | 'displayType': 'text' |
| | | }]; |
| | | |
| | | |
| | | param.wheres.push(...wheres); |