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

Loading…
Cancel
Save