|
|
|
@ -3,18 +3,18 @@
|
|
|
|
|
<el-row>
|
|
|
|
|
<div style="margin: 0px 60px 10px auto; height: 35px; float: right;">
|
|
|
|
|
<el-button-group>
|
|
|
|
|
<!-- <el-button-->
|
|
|
|
|
<!-- type="primary"-->
|
|
|
|
|
<!-- ref="mainTable"-->
|
|
|
|
|
<!-- @click.native.stop="selectWarlockBagFunction()"-->
|
|
|
|
|
<!-- :loading="loading"-->
|
|
|
|
|
<!-- >术式套包录入-->
|
|
|
|
|
<!-- </el-button>-->
|
|
|
|
|
<!-- <el-button-->
|
|
|
|
|
<!-- type="primary"-->
|
|
|
|
|
<!-- ref="mainTable"-->
|
|
|
|
|
<!-- @click.native.stop="selectWarlockBagFunction()"-->
|
|
|
|
|
<!-- :loading="loading"-->
|
|
|
|
|
<!-- >术式套包录入-->
|
|
|
|
|
<!-- </el-button>-->
|
|
|
|
|
<el-button
|
|
|
|
|
type="primary"
|
|
|
|
|
ref="mainTable"
|
|
|
|
|
@click.native.stop="selectProductFunction()"
|
|
|
|
|
:loading="loading"
|
|
|
|
|
type="primary"
|
|
|
|
|
ref="mainTable"
|
|
|
|
|
@click.native.stop="selectProductFunction()"
|
|
|
|
|
:loading="loading"
|
|
|
|
|
>物资录入
|
|
|
|
|
</el-button>
|
|
|
|
|
</el-button-group>
|
|
|
|
@ -29,9 +29,9 @@
|
|
|
|
|
max-height="350" height="350" ref="multipleTable">
|
|
|
|
|
<el-table-column label="序号" type="index" width="50"></el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
|
label="DI/物资编码" width="150"
|
|
|
|
|
prop="nameCode"
|
|
|
|
|
show-overflow-tooltip
|
|
|
|
|
label="DI/物资编码" width="150"
|
|
|
|
|
prop="nameCode"
|
|
|
|
|
show-overflow-tooltip
|
|
|
|
|
></el-table-column>
|
|
|
|
|
<el-table-column width="150"
|
|
|
|
|
label="物资名称"
|
|
|
|
@ -122,87 +122,87 @@
|
|
|
|
|
</el-table>
|
|
|
|
|
|
|
|
|
|
<el-dialog
|
|
|
|
|
title="业务详情-术式套包录入"
|
|
|
|
|
:visible.sync="selectWarlockBagVisible"
|
|
|
|
|
:close-on-click-modal="false"
|
|
|
|
|
:close-on-press-escape="false"
|
|
|
|
|
width="85%"
|
|
|
|
|
v-if="selectWarlockBagVisible"
|
|
|
|
|
:append-to-body='true'
|
|
|
|
|
title="业务详情-术式套包录入"
|
|
|
|
|
:visible.sync="selectWarlockBagVisible"
|
|
|
|
|
:close-on-click-modal="false"
|
|
|
|
|
:close-on-press-escape="false"
|
|
|
|
|
width="85%"
|
|
|
|
|
v-if="selectWarlockBagVisible"
|
|
|
|
|
:append-to-body='true'
|
|
|
|
|
>
|
|
|
|
|
<selectWarlockBag
|
|
|
|
|
:closeDialog="closeDialog"
|
|
|
|
|
:data="thisData"
|
|
|
|
|
:type="2"
|
|
|
|
|
:closeDialog="closeDialog"
|
|
|
|
|
:data="thisData"
|
|
|
|
|
:type="2"
|
|
|
|
|
></selectWarlockBag>
|
|
|
|
|
</el-dialog>
|
|
|
|
|
|
|
|
|
|
<el-dialog
|
|
|
|
|
title="业务详情-物资录入"
|
|
|
|
|
:visible.sync="selectProductVisible"
|
|
|
|
|
:close-on-click-modal="false"
|
|
|
|
|
:close-on-press-escape="false"
|
|
|
|
|
width="85%"
|
|
|
|
|
v-if="selectProductVisible"
|
|
|
|
|
:append-to-body='true'
|
|
|
|
|
title="业务详情-物资录入"
|
|
|
|
|
:visible.sync="selectProductVisible"
|
|
|
|
|
:close-on-click-modal="false"
|
|
|
|
|
:close-on-press-escape="false"
|
|
|
|
|
width="85%"
|
|
|
|
|
v-if="selectProductVisible"
|
|
|
|
|
:append-to-body='true'
|
|
|
|
|
>
|
|
|
|
|
<stockOrderNewSelectProduct
|
|
|
|
|
:closeDialog="closeDialog"
|
|
|
|
|
:data="thisData"
|
|
|
|
|
:closeDialog="closeDialog"
|
|
|
|
|
:data="thisData"
|
|
|
|
|
></stockOrderNewSelectProduct>
|
|
|
|
|
</el-dialog>
|
|
|
|
|
<el-dialog
|
|
|
|
|
title="库存物资录入"
|
|
|
|
|
:visible.sync="selectInvProductVisible"
|
|
|
|
|
:close-on-click-modal="false"
|
|
|
|
|
:close-on-press-escape="false"
|
|
|
|
|
width="85%"
|
|
|
|
|
v-if="selectInvProductVisible"
|
|
|
|
|
:append-to-body='true'
|
|
|
|
|
title="库存物资录入"
|
|
|
|
|
:visible.sync="selectInvProductVisible"
|
|
|
|
|
:close-on-click-modal="false"
|
|
|
|
|
:close-on-press-escape="false"
|
|
|
|
|
width="85%"
|
|
|
|
|
v-if="selectInvProductVisible"
|
|
|
|
|
:append-to-body='true'
|
|
|
|
|
>
|
|
|
|
|
<dialogInvProduct
|
|
|
|
|
:closeDialog="closeDialogC2"
|
|
|
|
|
:invQueryData="invQueryData"
|
|
|
|
|
:orderQuery="thisData"
|
|
|
|
|
:type="2"
|
|
|
|
|
:closeDialog="closeDialogC2"
|
|
|
|
|
:invQueryData="invQueryData"
|
|
|
|
|
:orderQuery="thisData"
|
|
|
|
|
:type="2"
|
|
|
|
|
></dialogInvProduct>
|
|
|
|
|
</el-dialog>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 绑定产品-->
|
|
|
|
|
<el-dialog
|
|
|
|
|
title="绑定产品"
|
|
|
|
|
:visible.sync="selectRlVisible"
|
|
|
|
|
width="80%"
|
|
|
|
|
:close-on-click-modal="false"
|
|
|
|
|
:close-on-press-escape="false"
|
|
|
|
|
v-if="selectRlVisible"
|
|
|
|
|
append-to-body
|
|
|
|
|
title="绑定产品"
|
|
|
|
|
:visible.sync="selectRlVisible"
|
|
|
|
|
width="80%"
|
|
|
|
|
:close-on-click-modal="false"
|
|
|
|
|
:close-on-press-escape="false"
|
|
|
|
|
v-if="selectRlVisible"
|
|
|
|
|
append-to-body
|
|
|
|
|
>
|
|
|
|
|
<selectRlDialog
|
|
|
|
|
:curRow="curRow"
|
|
|
|
|
:type="bizType"
|
|
|
|
|
v-on:selectBindRl="selectBindRl"
|
|
|
|
|
v-on:closeBindDialog="closeBindDialog"
|
|
|
|
|
:curRow="curRow"
|
|
|
|
|
:type="bizType"
|
|
|
|
|
v-on:selectBindRl="selectBindRl"
|
|
|
|
|
v-on:closeBindDialog="closeBindDialog"
|
|
|
|
|
></selectRlDialog>
|
|
|
|
|
</el-dialog>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 绑定供应商-->
|
|
|
|
|
<el-dialog
|
|
|
|
|
title="绑定供应商"
|
|
|
|
|
:visible.sync="dialogTableVisible"
|
|
|
|
|
:close-on-click-modal="false"
|
|
|
|
|
:close-on-press-escape="false"
|
|
|
|
|
v-if="dialogTableVisible"
|
|
|
|
|
width="80%"
|
|
|
|
|
append-to-body
|
|
|
|
|
title="绑定供应商"
|
|
|
|
|
:visible.sync="dialogTableVisible"
|
|
|
|
|
:close-on-click-modal="false"
|
|
|
|
|
:close-on-press-escape="false"
|
|
|
|
|
v-if="dialogTableVisible"
|
|
|
|
|
width="80%"
|
|
|
|
|
append-to-body
|
|
|
|
|
>
|
|
|
|
|
<DialogSelectUnit
|
|
|
|
|
:codeId="curRow"
|
|
|
|
|
:type="bizType"
|
|
|
|
|
v-on:selectSupUnit="selectSupUnit"
|
|
|
|
|
v-on:closeBindDialog="closeBindDialog"
|
|
|
|
|
:codeId="curRow"
|
|
|
|
|
:type="bizType"
|
|
|
|
|
v-on:selectSupUnit="selectSupUnit"
|
|
|
|
|
v-on:closeBindDialog="closeBindDialog"
|
|
|
|
|
></DialogSelectUnit>
|
|
|
|
|
</el-dialog>
|
|
|
|
|
|
|
|
|
@ -272,23 +272,23 @@ export default {
|
|
|
|
|
components: {
|
|
|
|
|
selectRlDialog, DialogSelectUnit,
|
|
|
|
|
stockOrderNewSelectProduct,
|
|
|
|
|
dialogInvProduct,selectWarlockBag
|
|
|
|
|
dialogInvProduct, selectWarlockBag
|
|
|
|
|
},
|
|
|
|
|
methods: {
|
|
|
|
|
getOrderDetails() {
|
|
|
|
|
this.loading = true;
|
|
|
|
|
this.query.orderId = this.idQuery.billNo;
|
|
|
|
|
getDetailBizs(this.query) //查找该单号下的所有条码
|
|
|
|
|
.then((response) => {
|
|
|
|
|
this.detailList = response.data.list || [];
|
|
|
|
|
this.total = response.data.total || 0;
|
|
|
|
|
this.loading = false;
|
|
|
|
|
})
|
|
|
|
|
.catch(() => {
|
|
|
|
|
this.loading = false;
|
|
|
|
|
this.detailList = [];
|
|
|
|
|
this.total = 0;
|
|
|
|
|
});
|
|
|
|
|
.then((response) => {
|
|
|
|
|
this.detailList = response.data.list || [];
|
|
|
|
|
this.total = response.data.total || 0;
|
|
|
|
|
this.loading = false;
|
|
|
|
|
})
|
|
|
|
|
.catch(() => {
|
|
|
|
|
this.loading = false;
|
|
|
|
|
this.detailList = [];
|
|
|
|
|
this.total = 0;
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -362,7 +362,7 @@ export default {
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
selectWarlockBagFunction(){
|
|
|
|
|
selectWarlockBagFunction() {
|
|
|
|
|
this.thisData = this.idQuery;
|
|
|
|
|
if (this.$isBlank(this.idQuery.action)) {
|
|
|
|
|
this.$message.error("单据类型不能为空!")
|
|
|
|
@ -396,22 +396,22 @@ export default {
|
|
|
|
|
row.batchNo = null;
|
|
|
|
|
}
|
|
|
|
|
updateBizProduct(row)
|
|
|
|
|
.then((response) => {
|
|
|
|
|
this.loading = false;
|
|
|
|
|
if (response.code === 20000) {
|
|
|
|
|
this.$message.success("保存成功!");
|
|
|
|
|
this.selectedIndex = null;
|
|
|
|
|
this.refreshPanel();
|
|
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
this.$message.error(response.message);
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
.catch(() => {
|
|
|
|
|
this.loading = false;
|
|
|
|
|
this.dataList = [];
|
|
|
|
|
this.pageTotal = 0;
|
|
|
|
|
});
|
|
|
|
|
.then((response) => {
|
|
|
|
|
this.loading = false;
|
|
|
|
|
if (response.code === 20000) {
|
|
|
|
|
this.$message.success("保存成功!");
|
|
|
|
|
this.selectedIndex = null;
|
|
|
|
|
this.refreshPanel();
|
|
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
this.$message.error(response.message);
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
.catch(() => {
|
|
|
|
|
this.loading = false;
|
|
|
|
|
this.dataList = [];
|
|
|
|
|
this.pageTotal = 0;
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
copyDetail(row) {
|
|
|
|
@ -423,19 +423,19 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
this.loading = true;
|
|
|
|
|
addBizProduct(data)
|
|
|
|
|
.then((response) => {
|
|
|
|
|
this.loading = false;
|
|
|
|
|
if (response.code === 20000) {
|
|
|
|
|
this.getOrderDetails();
|
|
|
|
|
} else {
|
|
|
|
|
this.$message.error(response.message);
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
.catch(() => {
|
|
|
|
|
this.loading = false;
|
|
|
|
|
this.dataList = [];
|
|
|
|
|
this.pageTotal = 0;
|
|
|
|
|
});
|
|
|
|
|
.then((response) => {
|
|
|
|
|
this.loading = false;
|
|
|
|
|
if (response.code === 20000) {
|
|
|
|
|
this.getOrderDetails();
|
|
|
|
|
} else {
|
|
|
|
|
this.$message.error(response.message);
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
.catch(() => {
|
|
|
|
|
this.loading = false;
|
|
|
|
|
this.dataList = [];
|
|
|
|
|
this.pageTotal = 0;
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
deleteDetail(row) {
|
|
|
|
@ -444,19 +444,19 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
this.loading = true;
|
|
|
|
|
delBizProduct(data)
|
|
|
|
|
.then((response) => {
|
|
|
|
|
this.loading = false;
|
|
|
|
|
if (response.code === 20000) {
|
|
|
|
|
this.getOrderDetails();
|
|
|
|
|
} else {
|
|
|
|
|
this.$message.error(response.message);
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
.catch(() => {
|
|
|
|
|
this.loading = false;
|
|
|
|
|
this.dataList = [];
|
|
|
|
|
this.pageTotal = 0;
|
|
|
|
|
});
|
|
|
|
|
.then((response) => {
|
|
|
|
|
this.loading = false;
|
|
|
|
|
if (response.code === 20000) {
|
|
|
|
|
this.getOrderDetails();
|
|
|
|
|
} else {
|
|
|
|
|
this.$message.error(response.message);
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
.catch(() => {
|
|
|
|
|
this.loading = false;
|
|
|
|
|
this.dataList = [];
|
|
|
|
|
this.pageTotal = 0;
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
bindRl(val) {
|
|
|
|
|
this.curRow = val;
|
|
|
|
@ -474,12 +474,12 @@ export default {
|
|
|
|
|
bindRlFk: row.id,
|
|
|
|
|
};
|
|
|
|
|
updateBizBind(query).then((response) => {
|
|
|
|
|
if (response.code == 20000) {
|
|
|
|
|
this.$message.success("绑定成功");
|
|
|
|
|
this.getOrderDetails();
|
|
|
|
|
} else
|
|
|
|
|
this.$message.error(response.message);
|
|
|
|
|
}
|
|
|
|
|
if (response.code == 20000) {
|
|
|
|
|
this.$message.success("绑定成功");
|
|
|
|
|
this.getOrderDetails();
|
|
|
|
|
} else
|
|
|
|
|
this.$message.error(response.message);
|
|
|
|
|
}
|
|
|
|
|
).catch(() => {
|
|
|
|
|
|
|
|
|
|
});
|
|
|
|
@ -516,12 +516,12 @@ export default {
|
|
|
|
|
|
|
|
|
|
watch: {
|
|
|
|
|
'idQuery.billNo':
|
|
|
|
|
{
|
|
|
|
|
handler() {
|
|
|
|
|
this.refreshOrder(this.idQuery);
|
|
|
|
|
{
|
|
|
|
|
handler() {
|
|
|
|
|
this.refreshOrder(this.idQuery);
|
|
|
|
|
}
|
|
|
|
|
,
|
|
|
|
|
}
|
|
|
|
|
,
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
,
|
|
|
|
|
|
|
|
|
|