马远东 1 year ago
parent
commit
00b1d93bbf
  1. 27
      src/views/distribution/deliverylist/distributionDeliveryListedt.vue
  2. 2
      vite.config.js

27
src/views/distribution/deliverylist/distributionDeliveryListedt.vue

@ -128,7 +128,8 @@
<!-- </div>--> <!-- </div>-->
<!-- </div>--> <!-- </div>-->
<!-- </el-row>--> <!-- </el-row>-->
<el-tabs type="border-card" v-model="activeTab" @tab-click="handleTabClick"> <el-tabs type="border-card" v-model="activeTab" @tab-click="handleTabClick" v-loading="checkloading"
element-loading-text="正在复核签收处理中...">
<el-tab-pane label="客 户 列 表" name="tab1"> <el-tab-pane label="客 户 列 表" name="tab1">
<tablecmt <tablecmt
class="tableNode" class="tableNode"
@ -516,7 +517,8 @@
</div> </div>
</div> </div>
<div>------------------------------</div> --> <div>------------------------------</div> -->
<div class="TcFrom"> <div class="TcFrom"
>
<el-form :model="TcForm" label-width="120px"> <el-form :model="TcForm" label-width="120px">
<el-form-item label="收货人姓名"> <el-form-item label="收货人姓名">
<el-input disabled v-model="TcForm.consignee" placeholder="暂无收货人姓名" /> <el-input disabled v-model="TcForm.consignee" placeholder="暂无收货人姓名" />
@ -691,6 +693,7 @@ export default {
data() { data() {
return { return {
html: '', html: '',
checkloading:false,//
dialogImageUrl: '', // dialogImageUrl: '', //
dialogVisible: false, // dialogVisible: false, //
dialogImageUrlA: '', dialogImageUrlA: '',
@ -720,6 +723,7 @@ export default {
SignForPhotos: [], SignForPhotos: [],
reservationId: null, //ID reservationId: null, //ID
windowHeight: null, windowHeight: null,
CheckStore:null,
columnList: [ columnList: [
{ {
prop: 'trainNumber', prop: 'trainNumber',
@ -3290,8 +3294,11 @@ export default {
this.dialogImageUrlE = uploadFile.url; this.dialogImageUrlE = uploadFile.url;
this.dialogVisibleE = true; this.dialogVisibleE = true;
}, },
//
submitForm() { submitForm() {
console.log(this.CheckStore,'要处理的值');
this.checkloading=true;//
this.signBox = false;
// console.log('--------------->this.signtitle', this.signtitle); // console.log('--------------->this.signtitle', this.signtitle);
// console.log('--------------->this.signtitle', this.submitForm); // console.log('--------------->this.signtitle', this.submitForm);
let row = {}; let row = {};
@ -3304,6 +3311,7 @@ export default {
}; };
// //
// //
row.reservationId = this.reservationId; row.reservationId = this.reservationId;
// row.clerkSignPictures = this.signform.clerkSignPictures; // row.clerkSignPictures = this.signform.clerkSignPictures;
row.clerkSignRemarks = this.TcForm.clerkSignRemarks; // row.clerkSignRemarks = this.TcForm.clerkSignRemarks; //
@ -3342,6 +3350,7 @@ export default {
this.signBox = false; this.signBox = false;
getOneclickq(row) getOneclickq(row)
.then(res => { .then(res => {
this.checkloading=false;//
if (res.data.code == 200) { if (res.data.code == 200) {
this.TCloading = false; // this.TCloading = false; //
ElMessage({ ElMessage({
@ -3528,14 +3537,20 @@ export default {
}, },
handleSign(row) { handleSign(row) {
console.log('签收>>>>>>>>>>', row); console.log('签收>>>>>>>>>>', row);
console.log(row.id, '复合签收'); console.log(row.signId, '复合签收');
$_getDetail({ id: row.id }).then(res => { $_getDetail({ id: row.signId }).then(res => {
console.log(res, '复合返回值'); console.log(res, '复合返回值');
if(res.data.data){
this.CheckStore=res.data.data
console.log(this.CheckStore,'data');
console.log(res.data.data,'res');
}
}); });
this.signtitle = '复核签收'; this.signtitle = '复核签收';
// this.view = true; // this.view = true;
this.signform = row; this.signform = row;
this.signBox = true; this.signBox = true;//
// this.wid= row.id // this.wid= row.id
// this.getWrapdetails(this.wpage) // this.getWrapdetails(this.wpage)
}, },

2
vite.config.js

@ -26,7 +26,7 @@ export default ({ mode, command }) => {
// target: 'http://192.168.10.25:13000', // target: 'http://192.168.10.25:13000',
// target: 'http://192.168.10.25:13000', // target: 'http://192.168.10.25:13000',
// target: 'http://192.168.10.25:2888', // target: 'http://192.168.10.25:2888',
target: 'http://192.168.6.148:9777', target: 'http://192.168.10.57:13000',
// target: 'http://192.168.10.57:13000', // target: 'http://192.168.10.57:13000',
// tjj // tjj
// sst // sst

Loading…
Cancel
Save