Browse Source

20240507

java8
qiezi 8 months ago
parent
commit
afe9842804
  1. 2
      src/views/modules/quote/detail/quoteDetail.vue
  2. 2
      src/views/modules/quote/detail/quoteGroupDetail.vue
  3. 2
      src/views/modules/quote/detail/tpCost.vue
  4. 2
      src/views/modules/quote/quoteDetailReport.vue

2
src/views/modules/quote/detail/quoteDetail.vue

@ -100,7 +100,7 @@ export default {
saveQuoteDetail:{
},
numberProp:['adjustBomUnYield','adjustLabourCost','adjustFabricateCost','adjustMachineCost','totalCost','weighted','weighted2'],
numberProp:['adjustBomUnYield','adjustLabourCost','adjustFabricateCost','adjustMachineCost','adjustToolCost','totalCost','weighted','weighted2'],
dataList:[],
saveLoading:false,
queryLoading:false,

2
src/views/modules/quote/detail/quoteGroupDetail.vue

@ -98,7 +98,7 @@ export default {
saveQuoteDetail:{
},
numberProp:['adjustBomUnYield','adjustLabourCost','adjustFabricateCost','adjustMachineCost','totalCost','weighted','weighted2'],
numberProp:['adjustBomUnYield','adjustLabourCost','adjustFabricateCost','adjustMachineCost','adjustToolCost','totalCost','weighted','weighted2'],
dataList:[],
saveLoading:false,
queryLoading:false,

2
src/views/modules/quote/detail/tpCost.vue

@ -19,7 +19,7 @@ export default {
return{
queryLoading:false,
dataList:[],
numberProp:['adjustBomUnYield','adjustLabourCost','adjustFabricateCost','adjustMachineCost','totalCost','weighted','weighted2'],
numberProp:['adjustBomUnYield','adjustLabourCost','adjustFabricateCost','adjustMachineCost','adjustToolCost','totalCost','weighted','weighted2'],
columns:[
{
userId: this.$store.state.user.name,

2
src/views/modules/quote/quoteDetailReport.vue

@ -732,6 +732,7 @@ export default {
</el-col>
</el-row>
</el-form>
<div class="rq">
<el-table :data="propertyItemList" border height="300px">
<el-table-column label="属性编码" header-align="center" min-width="120" prop="itemNo"></el-table-column>
<el-table-column label="属性名称" header-align="center" min-width="180" prop="itemDesc"></el-table-column>
@ -760,6 +761,7 @@ export default {
</template>
</el-table-column>
</el-table>
</div>
<div slot="footer" class="dialog-footer">
<el-button type="primary" @click="propertyVisible = false"> </el-button>
<el-button @click="propertyVisible = false"> </el-button>

Loading…
Cancel
Save