| | |
| | | /> |
| | | </a-form-item> |
| | | </a-col> |
| | | <a-col :span="24 / 2"> |
| | | <!-- <a-col :span="24 / 2"> |
| | | <a-form-item :labelCol="labelCol" :wrapperCol="wrapperCol" label="库位号"> |
| | | <a-select |
| | | :triggerChange="true" |
| | |
| | | v-decorator="[ 'locationCodeId', validatorRules.locationCodeId ]" |
| | | /> |
| | | </a-form-item> |
| | | </a-col> |
| | | </a-col> --> |
| | | <!-- <a-col :span="24 / 2"> |
| | | <a-form-item label="申请原因" :labelCol="labelCol" :wrapperCol="wrapperCol"> |
| | | <a-input placeholder="请输入申请原因" :disabled="disableSubmit" v-decorator="['applicationReason', validatorRules.applicationReason]" /> |
| | |
| | | :value="text" |
| | | @change="(e) => handleChange(e, record.key, col, index)" |
| | | :min="1" |
| | | /> |
| | | <a-select |
| | | v-if="col.dataIndex == 'goodsShelvesId'" |
| | | :disabled="disableSubmit" |
| | | :triggerChange="true" |
| | | :value="text" |
| | | show-search |
| | | :filter-option="filterOption" |
| | | style="width: 100%" |
| | | :options="locationCodeOptions" |
| | | @change="(e) => handleChange(e, record.key, col, index)" |
| | | /> |
| | | </div> |
| | | </template> |
| | |
| | | dataIndex: 'toolModel' |
| | | }, |
| | | { |
| | | title: '库位号', |
| | | align: 'center', |
| | | dataIndex: 'goodsShelvesId', |
| | | scopedSlots: { customRender: 'goodsShelvesId' }, |
| | | }, |
| | | { |
| | | title: '入库数量', |
| | | align: 'center', |
| | | dataIndex: 'inStorageQuantity', |
| | |
| | | methods: { |
| | | modalFormOk() { |
| | | }, |
| | | filterOption(input, option) { |
| | | return option.componentOptions.children[0].text.toLowerCase().indexOf(input.toLowerCase()) >= 0 |
| | | }, |
| | | getQueryParams() { |
| | | this.param.pageNo = this.ipagination.current |
| | | this.param.pageSize = this.ipagination.pageSize |