ÎļþÃû´Ó src/views/tms/modules/inbound/InboundOrderModel.vue ÐÞ¸Ä |
| | |
| | | </a-row> |
| | | </a-form> |
| | | </a-spin> |
| | | <a-button type="primary" :style="{ marginBottom: '8px' }" @click="selectReturnList()" v-show="returnShow && !disableSubmit">éæ©åç¨åºåºå</a-button> |
| | | <a-button type="primary" :style="{ marginBottom: '8px' }" @click="selectTooling()" v-show="returnShow && !disableSubmit">éæ©åç¨åºåºå</a-button> |
| | | <a-button type="primary" :style="{ marginBottom: '8px' }" @click="selectTooling()" v-show="toolingShow && !disableSubmit">鿩工å
·</a-button> |
| | | <a-button type="primary" :style="{ marginBottom: '8px' }" @click="selectSharpenList()" v-show="sharpenShow && !disableSubmit">éæ©å磨åºåºå</a-button> |
| | | <a-button type="primary" :style="{ marginBottom: '8px' }" @click="selectTooling()" v-show="sharpenShow && !disableSubmit">éæ©å磨åºåºå</a-button> |
| | | <a-table |
| | | ref="table" |
| | | bordered |
| | |
| | | edit: '/tms/inboundOrder/edit', |
| | | queryByUserName: '/sys/user/queryByUserName', |
| | | toolingList:'/tms/baseTools/list', |
| | | queryAccountList:'/tooling/storage/queryAccountList', |
| | | querySharpenList:'/sharpen/sharpenDetail/querySharpenList', |
| | | queryReturnList:'/returnInventory/queryReturnList', |
| | | queryAccountList:'/tms/baseTools/list', |
| | | querySharpenList:'/tms/baseTools/list', |
| | | queryReturnList:'/tms/baseTools/list', |
| | | detailList:'/tms/inboundDetail/list', |
| | | }, |
| | | toolingOptions:[], |