报价单价问题
This commit is contained in:
parent
09573e3171
commit
1ff3d18ac3
|
|
@ -369,6 +369,7 @@
|
|||
</template>
|
||||
|
||||
</vxe-column>
|
||||
|
||||
<vxe-column field="price" title="单价" width="120"
|
||||
:edit-render="{ name: '$input', props: { type: 'number' } }"></vxe-column>
|
||||
<vxe-column field="amount_formula" title="金额" width="200" :edit-render="{ name: 'EditExpressions' }">
|
||||
|
|
@ -914,6 +915,8 @@ export default {
|
|||
this.expense_detailsData = data.expense_list || [];
|
||||
this.paintExpense_detailsData = data.paint_expenseList || [];
|
||||
|
||||
|
||||
|
||||
this.materialHeightInit()
|
||||
this.fittingsListInit();
|
||||
this.detailDataInit();
|
||||
|
|
@ -1924,7 +1927,7 @@ export default {
|
|||
let material_list = [];
|
||||
material_items.forEach(item => {
|
||||
let name = this.formatName(item[1]);
|
||||
let old = this.material_detailsData.filter(a => a.material && a.material[0] == item[0] ? true : false);
|
||||
let old = this.paintMaterial_detailsData.filter(a => a.material && a.material[0] == item[0] ? true : false);
|
||||
let info = {
|
||||
isMain: true,
|
||||
material: item,
|
||||
|
|
|
|||
Loading…
Reference in New Issue