马远东 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>-->
<!-- </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">
<tablecmt
class="tableNode"
@ -516,7 +517,8 @@
</div>
</div>
<div>------------------------------</div> -->
<div class="TcFrom">
<div class="TcFrom"
>
<el-form :model="TcForm" label-width="120px">
<el-form-item label="收货人姓名">
<el-input disabled v-model="TcForm.consignee" placeholder="暂无收货人姓名" />
@ -691,6 +693,7 @@ export default {
data() {
return {
html: '',
checkloading:false,//
dialogImageUrl: '', //
dialogVisible: false, //
dialogImageUrlA: '',
@ -720,6 +723,7 @@ export default {
SignForPhotos: [],
reservationId: null, //ID
windowHeight: null,
CheckStore:null,
columnList: [
{
prop: 'trainNumber',
@ -3290,8 +3294,11 @@ export default {
this.dialogImageUrlE = uploadFile.url;
this.dialogVisibleE = true;
},
//
submitForm() {
console.log(this.CheckStore,'要处理的值');
this.checkloading=true;//
this.signBox = false;
// console.log('--------------->this.signtitle', this.signtitle);
// console.log('--------------->this.signtitle', this.submitForm);
let row = {};
@ -3304,6 +3311,7 @@ export default {
};
//
//
row.reservationId = this.reservationId;
// row.clerkSignPictures = this.signform.clerkSignPictures;
row.clerkSignRemarks = this.TcForm.clerkSignRemarks; //
@ -3342,6 +3350,7 @@ export default {
this.signBox = false;
getOneclickq(row)
.then(res => {
this.checkloading=false;//
if (res.data.code == 200) {
this.TCloading = false; //
ElMessage({
@ -3528,14 +3537,20 @@ export default {
},
handleSign(row) {
console.log('签收>>>>>>>>>>', row);
console.log(row.id, '复合签收');
$_getDetail({ id: row.id }).then(res => {
console.log(row.signId, '复合签收');
$_getDetail({ id: row.signId }).then(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.view = true;
this.signform = row;
this.signBox = true;
this.signBox = true;//
// this.wid= row.id
// 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:2888',
target: 'http://192.168.6.148:9777',
target: 'http://192.168.10.57:13000',
// target: 'http://192.168.10.57:13000',
// tjj
// sst

Loading…
Cancel
Save