11/27 药品基础数据优化

dev_unify
wangwei 7 months ago
parent 598166207f
commit 370bddfd50

@ -95,7 +95,7 @@
<el-input size="small" v-model="scope.row.bhxjsl" style="width: 100%"
type="number"
:disabled="scope.$index !== selectedIndex"
@input="handleInput(scope.$index, $event,1)"
@input="handleInput(scope.$index, $event,2)"
></el-input>
</template>
</el-table-column>
@ -957,7 +957,7 @@ export default {
sjcpbm: row.sjcpbm,
bhxjcpbm: row.bhxjcpbm,
bhxjsl: row.bhxjsl,
relId: this.newProductData.rlId,
relId: this.newProductData.id,
uuid: this.newProductData.uuid,
productId: row.productId,
diType: row.diType,
@ -1327,6 +1327,8 @@ export default {
}
},
created() {
if (this.rowData != null) {

Loading…
Cancel
Save