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:{ saveQuoteDetail:{
}, },
numberProp:['adjustBomUnYield','adjustLabourCost','adjustFabricateCost','adjustMachineCost','totalCost','weighted','weighted2'],
numberProp:['adjustBomUnYield','adjustLabourCost','adjustFabricateCost','adjustMachineCost','adjustToolCost','totalCost','weighted','weighted2'],
dataList:[], dataList:[],
saveLoading:false, saveLoading:false,
queryLoading:false, queryLoading:false,

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

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

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

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

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

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

Loading…
Cancel
Save