|
@@ -57,11 +57,11 @@
|
|
|
|
|
|
<script>
|
|
|
import labelTitle from "@/components/label-title/index.vue";
|
|
|
-import { qualityTestingDetails } from "@/api/inbound-outbound/arrivalInspection.js";
|
|
|
+import { qualityTestingDetails1 } from "@/api/inbound-outbound/arrivalInspection.js";
|
|
|
// import { supplySelect } from "@/api/product-material/supply/index.js";
|
|
|
|
|
|
export default {
|
|
|
- name: "JDOutboundDetails",
|
|
|
+ name: "QualityDetails",
|
|
|
props: {
|
|
|
rowData: {
|
|
|
type: Object,
|
|
@@ -96,7 +96,7 @@ export default {
|
|
|
methods: {
|
|
|
async getDetails() {
|
|
|
this.loading = true;
|
|
|
- qualityTestingDetails({ qualityInfoId: this.rowData.id }).then((res) => {
|
|
|
+ qualityTestingDetails1({ qualityInfoId: this.rowData.id }).then((res) => {
|
|
|
this.form = res.data.data;
|
|
|
this.loading = false;
|
|
|
});
|