| | |
| | | v-if="editSelCommonConfig.editVisible" |
| | | :edit-common-config="editSelCommonConfig" |
| | | :sign="sign" |
| | | :selectBoxList="tableList.tableData" |
| | | :selectBoxList="arrDisabledList" |
| | | :quotationNumber="quotationNumber" |
| | | @selClient="selClient" |
| | | @getSelectArray="getSelectArray" |
| | |
| | | mergeNumber: 1 |
| | | } |
| | | } |
| | | }, |
| | | disabledList:{ |
| | | type:[Array], |
| | | default: () => { |
| | | return [] |
| | | } |
| | | } |
| | | }, |
| | | data() { |
| | | return { |
| | | total: 0, |
| | | productList: [], |
| | | tableList: [], |
| | | tableList: { |
| | | tableData:[] |
| | | }, |
| | | editSelCommonConfig: { |
| | | editVisible: false, |
| | | isSelectBox: false, |
| | |
| | | }, |
| | | productIndex: 0, |
| | | supplierId:null, |
| | | arrDisabledList:[] |
| | | } |
| | | }, |
| | | created() { |
| | |
| | | supplierId(n,o) { |
| | | this.editSelCommonConfig.supplierId=n |
| | | console.log(n,o,"看看那") |
| | | } , |
| | | 'tableList.tableData':function () { |
| | | this.arrDisabledList=this.disabledList.concat(this.tableList.tableData) |
| | | } |
| | | }, |
| | | computed: {}, |
| | |
| | | }, |
| | | getTableInfo() { |
| | | this.tableList = this.productTableList |
| | | this.arrDisabledList=this.disabledList.concat(this.tableList.tableData) |
| | | }, |
| | | // 产品名称 |
| | | async getProductList() { |