Browse Source

2024-09-20

RFQ 功能优化
java8
fengyuan_yang 1 year ago
parent
commit
9434c1c2b1
  1. 4
      src/views/modules/part/partInformation.vue

4
src/views/modules/part/partInformation.vue

@ -338,7 +338,7 @@
</div> </div>
<div v-else> <div v-else>
<div v-if="scope.row.valueChooseFlag !== 'Y'"> <div v-if="scope.row.valueChooseFlag !== 'Y'">
<el-input-number v-model="scope.row.numValue" style="padding: 0;width: 100%" v-if="scope.row.valueTypeDb === 'N'" :controls="false"></el-input-number>
<el-input-number v-model="scope.row.numValue" style="padding: 0;width: 100%" v-if="scope.row.valueType === 'num'" :controls="false"></el-input-number>
<el-input v-model="scope.row.textValue" v-else></el-input> <el-input v-model="scope.row.textValue" v-else></el-input>
</div> </div>
<div v-else> <div v-else>
@ -2547,7 +2547,7 @@
this.partCurrentRow = {} this.partCurrentRow = {}
} }
// table // table
this.refreshCurrentTabTable()
//this.refreshCurrentTabTable()
} }
}) })
}, },

Loading…
Cancel
Save