|
|
@@ -319,7 +319,9 @@
|
|
|
<el-button type="primary" size="small" :disabled="editDisabled" @click="allClick('批量修改POD场站')">
|
|
|
批量修改POD场站
|
|
|
</el-button>
|
|
|
- <el-button type="success" size="small" :disabled="!form.id||form.tradingBoxItemsList.length==0" @click="allClick('客户还箱')">客户还箱</el-button>
|
|
|
+ <el-button type="success" size="small" :disabled="!form.id || form.tradingBoxItemsList.length == 0" @click="allClick('客户还箱')"
|
|
|
+ >客户还箱</el-button
|
|
|
+ >
|
|
|
<el-button type="success" size="small" :disabled="!form.id" @click="allClick('导出箱号')"> 导出箱号</el-button>
|
|
|
<!-- <el-button type="primary" size="small" @click="allClick('卖箱')">卖箱</el-button> -->
|
|
|
<!-- <el-button size="small" style="margin-right: 8px" :disabled="!form.id || true"
|
|
|
@@ -3013,7 +3015,7 @@ export default {
|
|
|
{
|
|
|
label: "是否生成",
|
|
|
prop: "whetherGenerateCost",
|
|
|
- width:70,
|
|
|
+ width: 70,
|
|
|
overHidden: true,
|
|
|
type: "select",
|
|
|
dicData: [
|
|
|
@@ -3030,7 +3032,7 @@ export default {
|
|
|
{
|
|
|
label: "Customer",
|
|
|
prop: "corpCnName",
|
|
|
- width:80,
|
|
|
+ width: 80,
|
|
|
overHidden: true
|
|
|
},
|
|
|
{
|
|
|
@@ -3048,7 +3050,7 @@ export default {
|
|
|
{
|
|
|
label: "Type/Size",
|
|
|
prop: "unitNo",
|
|
|
- width:60,
|
|
|
+ width: 60,
|
|
|
overHidden: true
|
|
|
},
|
|
|
{
|
|
|
@@ -3074,19 +3076,19 @@ export default {
|
|
|
{
|
|
|
label: "free days",
|
|
|
prop: "freeDay",
|
|
|
- width:60,
|
|
|
+ width: 60,
|
|
|
overHidden: true
|
|
|
},
|
|
|
{
|
|
|
label: "charge days",
|
|
|
prop: "days",
|
|
|
- width:80,
|
|
|
+ width: 80,
|
|
|
overHidden: true
|
|
|
},
|
|
|
{
|
|
|
label: "RATE",
|
|
|
prop: "price",
|
|
|
- width:60,
|
|
|
+ width: 60,
|
|
|
overHidden: true
|
|
|
},
|
|
|
{
|
|
|
@@ -3097,13 +3099,13 @@ export default {
|
|
|
{
|
|
|
label: "Currency",
|
|
|
prop: "curCode",
|
|
|
- width:60,
|
|
|
+ width: 60,
|
|
|
overHidden: true
|
|
|
},
|
|
|
{
|
|
|
label: "Amount",
|
|
|
prop: "amount",
|
|
|
- width:60,
|
|
|
+ width: 60,
|
|
|
overHidden: true
|
|
|
},
|
|
|
{
|
|
|
@@ -4398,6 +4400,10 @@ export default {
|
|
|
this.searchStatus = false;
|
|
|
this.searchChange(this.boxQuery);
|
|
|
}
|
|
|
+ if (res.data.data.id) {
|
|
|
+ this.getPick();
|
|
|
+ this.getPer();
|
|
|
+ }
|
|
|
// if (res.data.data.status != '录入') {
|
|
|
// this.editButton = true
|
|
|
// this.editDisabled = true
|
|
|
@@ -4976,7 +4982,7 @@ export default {
|
|
|
.then(res => {
|
|
|
this.$message.success("操作成功!");
|
|
|
this.getDetail(this.form.id);
|
|
|
- this.getPer();
|
|
|
+ // this.getPer();
|
|
|
})
|
|
|
.finally(() => {
|
|
|
loading.close();
|
|
|
@@ -5001,7 +5007,7 @@ export default {
|
|
|
.then(res => {
|
|
|
this.$message.success("操作成功!");
|
|
|
this.getDetail(this.form.id);
|
|
|
- this.getPer();
|
|
|
+ // this.getPer();
|
|
|
})
|
|
|
.finally(() => {
|
|
|
loading.close();
|
|
|
@@ -5394,7 +5400,7 @@ export default {
|
|
|
mergeGenerateCost(obj).then(res => {
|
|
|
this.$message.success("操作成功");
|
|
|
this.getDetail(this.form.id);
|
|
|
- this.getPick();
|
|
|
+ // this.getPick();
|
|
|
});
|
|
|
}
|
|
|
if (name == "撤销生成") {
|
|
|
@@ -5410,7 +5416,7 @@ export default {
|
|
|
revokeMergeGenerateCost(obj).then(res => {
|
|
|
this.$message.success("操作成功");
|
|
|
this.getDetail(this.form.id);
|
|
|
- this.getPick();
|
|
|
+ // this.getPick();
|
|
|
});
|
|
|
}
|
|
|
if (name == "撤销导入") {
|
|
|
@@ -5429,7 +5435,7 @@ export default {
|
|
|
revokePickUpCost(obj).then(res => {
|
|
|
this.$message.success("操作成功");
|
|
|
this.getDetail(this.form.id);
|
|
|
- this.getPick();
|
|
|
+ // this.getPick();
|
|
|
});
|
|
|
}
|
|
|
if (name == "合并生成2") {
|
|
|
@@ -5445,7 +5451,7 @@ export default {
|
|
|
mergeGenerateCost(obj).then(res => {
|
|
|
this.$message.success("操作成功");
|
|
|
this.getDetail(this.form.id);
|
|
|
- this.getPer();
|
|
|
+ // this.getPer();
|
|
|
});
|
|
|
}
|
|
|
if (name == "撤销生成2") {
|
|
|
@@ -5461,7 +5467,7 @@ export default {
|
|
|
revokeMergeGenerateCost(obj).then(res => {
|
|
|
this.$message.success("操作成功");
|
|
|
this.getDetail(this.form.id);
|
|
|
- this.getPer();
|
|
|
+ // this.getPer();
|
|
|
});
|
|
|
}
|
|
|
if (name == "D申请修改") {
|