Browse Source

添加字段

dev-xx
马远东 1 year ago
parent
commit
85fb620624
  1. 24
      src/views/distribution/inventory/distrilbutionBillLading.vue
  2. 2116
      src/views/distribution/stockup/distributionStockupDetails.vue
  3. 41
      src/views/distribution/turndelivery/deliveryDiscuss.vue

24
src/views/distribution/inventory/distrilbutionBillLading.vue

@ -1,5 +1,5 @@
<template> <template>
<basic-container> <basic-container v-loading="Selfpickuploading" element-loading-text="正在处理中...">
<div class="avue-crud" :style="`height:` + height + ';overflow:auto;'"> <div class="avue-crud" :style="`height:` + height + ';overflow:auto;'">
<el-form :disabled="view" ref="form" :model="form" label-width="120px" :rules="rules"> <el-form :disabled="view" ref="form" :model="form" label-width="120px" :rules="rules">
<!-- 表单字段 --> <!-- 表单字段 -->
@ -597,12 +597,14 @@ import { getListOne } from '@/api/distribution/distributionStockArticle';
import dayjs from 'dayjs'; import dayjs from 'dayjs';
import { detail } from '@/api/flow/flow'; import { detail } from '@/api/flow/flow';
import { nextTick, ref } from 'vue'; import { nextTick, ref } from 'vue';
import { useStore } from 'vuex';
const $store = useStore();
export default { export default {
data() { data() {
return { return {
dialogImg: false, dialogImg: false,
Imgurl: undefined, Imgurl: undefined,
Selfpickuploading: false, //
OrdercolumnList: [ OrdercolumnList: [
{ {
prop: 'serviceNumber', prop: 'serviceNumber',
@ -2471,6 +2473,7 @@ export default {
} }
} }
}, },
//
async handleSubmit() { async handleSubmit() {
const zeroOrderList = this.dataList.filter(val => val.isZero === '1'); const zeroOrderList = this.dataList.filter(val => val.isZero === '1');
if (this.$route.query.type !== '2') { if (this.$route.query.type !== '2') {
@ -2496,8 +2499,9 @@ export default {
}); });
} }
} }
this.Selfpickuploading = true; //
this.$refs.form.validate(async valid => { this.$refs.form.validate(async valid => {
if (valid) { if (valid) {
if (!this.form.id) { if (!this.form.id) {
// if (this.fileListSell.length === 0) { // if (this.fileListSell.length === 0) {
@ -2579,7 +2583,8 @@ export default {
_billPackageEntityList = [..._billPackageEntityList, ...val.billPackageEntityList]; _billPackageEntityList = [..._billPackageEntityList, ...val.billPackageEntityList];
}); });
submitFormData.billPackageEntityList = _billPackageEntityList; submitFormData.billPackageEntityList = _billPackageEntityList;
add(submitFormData).then(() => { add(submitFormData).then((res) => {
console.log(res,'提交返回值');
this.box = false; this.box = false;
this.onLoad(this.page); this.onLoad(this.page);
this.$message({ this.$message({
@ -2587,8 +2592,10 @@ export default {
message: '操作成功!', message: '操作成功!',
}); });
this.contextmenuFlag = false; this.contextmenuFlag = false;
this.$store.commit('DEL_TAG_CURRENT'); this.Selfpickuploading = false; //
this.$router.push(this.tagWel); console.log(this.Selfpickuploading, '当前状态');
this.$router.push('/distribution/inventory/distrilbutionBillLadingList');
$store.commit('DEL_TAG_CURRENT');
}); });
} else { } else {
console.log('111 :>> ', 111); console.log('111 :>> ', 111);
@ -2689,8 +2696,9 @@ export default {
type: 'success', type: 'success',
message: '操作成功!', message: '操作成功!',
}); });
this.$store.commit('DEL_TAG_CURRENT'); this.Selfpickuploading = false; //
this.$router.push(this.tagWel); this.$router.push('/distribution/inventory/distrilbutionBillLadingList');
$store.commit('DEL_TAG_CURRENT');
}); });
return; return;
} }

2116
src/views/distribution/stockup/distributionStockupDetails.vue

File diff suppressed because it is too large Load Diff

41
src/views/distribution/turndelivery/deliveryDiscuss.vue

@ -2,7 +2,7 @@
<div :class="kind ? 'orderPage' : 'orderPageS'"> <div :class="kind ? 'orderPage' : 'orderPageS'">
<el-tabs <el-tabs
v-loading="editLoading" v-loading="editLoading"
element-loading-text="编辑内容加载中..." element-loading-text="正在加载中..."
type="border-card" type="border-card"
class="order-table" class="order-table"
@tab-click="tabClick" @tab-click="tabClick"
@ -820,6 +820,7 @@ import {
getZeroOrderDetail, getZeroOrderDetail,
} from '@/api/distribution/distributionStockArticle'; //API } from '@/api/distribution/distributionStockArticle'; //API
import { getVehicleList } from '@/api/basicdata/basicdataVehicle'; // import { getVehicleList } from '@/api/basicdata/basicdataVehicle'; //
import { useStore } from 'vuex';
import { getDriverList } from '@/api/basicdata/basicdataDriverArtery'; // import { getDriverList } from '@/api/basicdata/basicdataDriverArtery'; //
import { ElMessage, type UploadProps } from 'element-plus'; import { ElMessage, type UploadProps } from 'element-plus';
import { import {
@ -840,6 +841,10 @@ import type { FormProps } from 'element-plus';
import { updateEntryNum, entryNum } from '@/api/distribution/distributionParcelNumber'; import { updateEntryNum, entryNum } from '@/api/distribution/distributionParcelNumber';
const route = useRoute(); const route = useRoute();
const router = useRouter(); const router = useRouter();
// vuex
const $store = useStore();
console.log($store,'仓库');
// //
const numTab = ref([ const numTab = ref([
{ {
@ -1933,25 +1938,7 @@ const soclear = () => {
SearchFu(); SearchFu();
}; };
// function scrollToElementWithPartialId(partialId) {
// //
// document.querySelectorAll('[id]').forEach(function(el) {
// el.style.backgroundColor = ''; //
// el.style.color = ''; //
// });
// // partialId
// const allElements = document.querySelectorAll(`[id*="${partialId}"]`);
// if (allElements.length > 0) {
// //
// const targetElement = allElements[0];
// //
// targetElement.style.backgroundColor = '#ff0000'; //
// targetElement.style.color = '#fff'; //
// //
// targetElement.scrollIntoView();
// }
// }
function scrollToElementWithinTableRow(partialIdString) { function scrollToElementWithinTableRow(partialIdString) {
// //
const tableRows = document.querySelectorAll('tr'); const tableRows = document.querySelectorAll('tr');
@ -2704,6 +2691,8 @@ const moveUpVehictle = row => {
// //
const SubmitCommercial = () => { const SubmitCommercial = () => {
// kind // kind
console.log(kind.value); console.log(kind.value);
if (kind.value) { if (kind.value) {
@ -2715,6 +2704,7 @@ const SubmitCommercial = () => {
if (!state.value) { if (!state.value) {
return; return;
} }
// packageListInfo // packageListInfo
dataInfo.value.forEach(item => { dataInfo.value.forEach(item => {
if (!item.packageListInfo) { if (!item.packageListInfo) {
@ -2724,6 +2714,7 @@ const SubmitCommercial = () => {
DataSubmit.value.stockArticle = dataInfo.value; // DataSubmit.value.stockArticle = dataInfo.value; //
// //
// //
editLoading.value = true;//
if (RouteId.value) { if (RouteId.value) {
if (!kind.value) { if (!kind.value) {
delete DataSubmit.value.allocationInfo; // delete DataSubmit.value.allocationInfo; //
@ -2733,15 +2724,21 @@ const SubmitCommercial = () => {
DataSubmitRenamed.stockupInfo = DataSubmit.value.stockup; //, DataSubmitRenamed.stockupInfo = DataSubmit.value.stockup; //,
DataSubmitRenamed.id = RouteId.value; //ID DataSubmitRenamed.id = RouteId.value; //ID
updateDeliveryList(DataSubmitRenamed).then(res => { updateDeliveryList(DataSubmitRenamed).then(res => {
editLoading.value = false;//
console.log(res, '修改之后提交的返回值'); console.log(res, '修改之后提交的返回值');
router.push('/distribution/deliverylist/distributionDeliveryListdis'); $store.commit('DEL_TAG_CURRENT'); //
router.push('/distribution/inventory/distrilbutionBillLadingList');
}); });
} else { } else {
// //
deliveryBusinessTask(DataSubmit.value).then(res => { deliveryBusinessTask(DataSubmit.value).then(res => {
console.log(res, '新增之后的返回值'); console.log(res, '新增之后的返回值');
// //
router.push('/distribution/deliverylist/distributionDeliveryListdis'); editLoading.value = false;//
$store.commit('DEL_TAG_CURRENT'); //
router.push('/distribution/inventory/distrilbutionBillLadingList');
}); });
} }

Loading…
Cancel
Save