Merge remote-tracking branch 'origin/20240912_adapter' into 20240912_adapter

yanshishuju
wangwei 6 months ago
commit ab4b61cd71

@ -399,6 +399,7 @@
<el-select v-model="newProductData.useLevelDi" size="small" style="width: 90%" <el-select v-model="newProductData.useLevelDi" size="small" style="width: 90%"
@change="useLevelDiChange" @change="useLevelDiChange"
clearable clearable
disabled
placeholder="请选择流通计量层级标识" placeholder="请选择流通计量层级标识"
> >
<el-option <el-option
@ -707,19 +708,19 @@ export default {
if (response.code == 20000) { if (response.code == 20000) {
this.ybDrugDetail = response.data this.ybDrugDetail = response.data
// //
this.newProductData.prepnSpec = this.ybDrugDetail.realityMedicinemodel this.newProductData.prepnSpec = this.ybDrugDetail.realityOutlook
this.newProductData.zczbhhzbapzbh = this.ybDrugDetail.approvalCode this.newProductData.zczbhhzbapzbh = this.ybDrugDetail.approvalCode
this.newProductData.cpmctymc = this.ybDrugDetail.registeredProductName this.newProductData.cpmctymc = this.ybDrugDetail.registeredProductName
this.newProductData.spmc = this.ybDrugDetail.goodsName this.newProductData.spmc = this.ybDrugDetail.goodsName
this.newProductData.bzgg = this.ybDrugDetail.registeredOutlook this.newProductData.bzgg = this.ybDrugDetail.factor + this.ybDrugDetail.minUnit + "/" + this.ybDrugDetail.unit
this.newProductData.matrial = this.ybDrugDetail.materialName this.newProductData.matrial = this.ybDrugDetail.materialName
this.newProductData.packMatrial = this.ybDrugDetail.materialName this.newProductData.packMatrial = this.ybDrugDetail.materialName
this.newProductData.packUnit = this.ybDrugDetail.unit this.newProductData.packUnit = this.ybDrugDetail.unit
this.newProductData.bhxjsl = this.ybDrugDetail.factor this.newProductData.bhxjsl = this.ybDrugDetail.factor
this.newProductData.manufactory = this.ybDrugDetail.companyNameSc this.newProductData.manufactory = this.ybDrugDetail.companyNameSc
this.newProductData.prepnUnit = this.ybDrugDetail.minUnit this.newProductData.prepnUnit = this.ybDrugDetail.realityMedicinemodel
if (this.ybDrugDetail.productInsuranceType != "" && this.ybDrugDetail.productInsuranceType != null){ if (this.ybDrugDetail.productInsuranceType != "" && this.ybDrugDetail.productInsuranceType != null) {
if ("甲" == this.ybDrugDetail.productInsuranceType) { if ("甲" == this.ybDrugDetail.productInsuranceType) {
this.newProductData.medicareType = 1 this.newProductData.medicareType = 1
} else if ("乙" == this.ybDrugDetail.productInsuranceType) { } else if ("乙" == this.ybDrugDetail.productInsuranceType) {
@ -729,7 +730,7 @@ export default {
} else { } else {
this.newProductData.medicareType = null this.newProductData.medicareType = null
} }
console.log( this.newProductData.medicareType) console.log(this.newProductData.medicareType)
} }
@ -929,8 +930,8 @@ export default {
let query = { let query = {
uuid: this.newProductData.uuid, uuid: this.newProductData.uuid,
id: this.newProductData.id, id: this.newProductData.id,
nameCode:this.newProductData.nameCode, nameCode: this.newProductData.nameCode,
productType:this.newProductData.productsType, productType: this.newProductData.productsType,
} }
this.loading = true this.loading = true
filterByUuid(query) filterByUuid(query)

@ -86,7 +86,7 @@
<el-button type="primary" icon="el-icon-search" @click="onSubmit"></el-button> <el-button type="primary" icon="el-icon-search" @click="onSubmit"></el-button>
<!--<el-button type="primary" icon="el-icon-plus" @click="chooseDrug"></el-button>--> <!--<el-button type="primary" icon="el-icon-plus" @click="chooseDrug"></el-button>-->
<el-button type="primary" icon="el-icon-plus" @click="chooseHouseDrug"></el-button> <el-button type="primary" icon="el-icon-plus" @click="chooseHouseDrug"></el-button>
<el-button type="primary" icon="el-icon-plus" @click="addDrug"></el-button> <!-- <el-button type="primary" icon="el-icon-plus" @click="addDrug"></el-button>-->
</el-button-group> </el-button-group>
</div> </div>

@ -808,6 +808,7 @@
<el-select v-model="editQuery.useLevelDi" size="small" style="width: 90%" <el-select v-model="editQuery.useLevelDi" size="small" style="width: 90%"
@change="useLevelDiChange" @change="useLevelDiChange"
clearable clearable
disabled
placeholder="请选择流通计量层级标识"> placeholder="请选择流通计量层级标识">
<el-option <el-option
v-for="item in detailList" v-for="item in detailList"

@ -20,22 +20,21 @@
>选入已完成单据 >选入已完成单据
</el-button> </el-button>
<el-button size="mini" type="primary" @click.native="chooseDraftOrder()" :loading="submitLoading" <el-button size="mini" type="primary" @click.native="chooseDraftOrder()" :loading="submitLoading"
v-if="splitType=='out'" style="margin-right: 8px;border-radius: 5%;" v-show="isLinkDisabled" style="margin-right: 8px;border-radius: 5%;" v-show="isLinkDisabled"
>选入单据 >选入单据
</el-button> </el-button>
<el-button size="mini" type="primary" @click.native="draftOrder()" :loading="submitLoading" <el-button size="mini" type="primary" @click.native="draftOrder()" :loading="submitLoading"
v-show="isLinkDisabled" v-show="isLinkDisabled" style="margin-right: 8px;border-radius: 5%;"
v-if="splitType=='out'" style="margin-right: 8px;border-radius: 5%;"
>保存 >保存
</el-button> </el-button>
<el-button size="mini" type="primary" @click.native="submit()" :loading="submitLoading" <el-button size="mini" type="primary" @click.native="submit()" :loading="submitLoading"
v-if="splitType=='out'" style="margin-right: 8px;border-radius: 5%;" v-if="splitType=='out'" style="margin-right: 8px;border-radius: 5%;"
>上货完成 >上货完成
</el-button> </el-button>
<el-button size="mini" type="primary" @click.native="" :loading="submitLoading" v-show="isLinkDisabled" <!-- <el-button size="mini" type="primary" @click.native="" :loading="submitLoading" v-show="isLinkDisabled"
v-if="splitType=='return'" style="margin-right: 8px;border-radius: 5%;" v-if="splitType=='return'" style="margin-right: 8px;border-radius: 5%;"
>保存 >保存
</el-button> </el-button> -->
<el-button size="mini" type="primary" @click.native="submit()" :loading="submitLoading" <el-button size="mini" type="primary" @click.native="submit()" :loading="submitLoading"
v-if="splitType=='return'" style="margin-right: 8px;border-radius: 5%;" v-if="splitType=='return'" style="margin-right: 8px;border-radius: 5%;"
>退货完成 >退货完成
@ -1315,6 +1314,12 @@ export default {
}, },
refreshCodesPanel() { refreshCodesPanel() {
this.warnResult = "";
this.errResult = "";
this.result = "";
this.warnVisible = false;
this.errVisible = false;
this.isCodeAlive = false; this.isCodeAlive = false;
this.isBizDetailAlive = false; this.isBizDetailAlive = false;
this.isCodeDetailAlive = false; this.isCodeDetailAlive = false;
@ -1583,6 +1588,7 @@ export default {
} }
this.rowData.workPlaceCode = this.orderFormData.workPlaceCode this.rowData.workPlaceCode = this.orderFormData.workPlaceCode
this.rowData.fifoSplit = this.orderFormData.fifoSplit this.rowData.fifoSplit = this.orderFormData.fifoSplit
this.$router.push({query: {...this.$route.query, splitType: this.splitType}, path: this.$route.path})
this.chooseDraftOrderVisible = true this.chooseDraftOrderVisible = true
}, },
closeChooseDialog() { closeChooseDialog() {
@ -1634,6 +1640,12 @@ export default {
} }
}, },
enterKey(event) { enterKey(event) {
this.warnResult = "";
this.errResult = "";
this.result = "";
this.warnVisible = false;
this.errVisible = false;
this.checkSuccess = true; this.checkSuccess = true;
if (this.getDMHotskeyValue(this.scanCode)) if (this.getDMHotskeyValue(this.scanCode))
return return

Loading…
Cancel
Save