|
|
@@ -439,7 +439,7 @@
|
|
|
<check-schedule :checkId="checkId" :batchNo="batchNo" @choceScheduleFun="choceScheduleFun"></check-schedule>
|
|
|
</el-dialog>
|
|
|
<!-- 启用 -->
|
|
|
- <el-dialog append-to-body title="放箱号" :visible.sync="activationDialog" width="30%" :before-close="activationClose">
|
|
|
+ <el-dialog append-to-body title="放箱号" :visible.sync="activationDialog" width="30%" :before-close="activationClose" v-dialog-drag>
|
|
|
<span>
|
|
|
<avue-form ref="form2" v-model="activationForm" :option="activationOption">
|
|
|
<tempalte slot="polCname">
|
|
|
@@ -634,7 +634,8 @@ export default {
|
|
|
editDisabled: false,
|
|
|
form: {
|
|
|
type: "OW-F",
|
|
|
- pickupFee:0,
|
|
|
+ dc:'d',
|
|
|
+ pickupFee:50,
|
|
|
boxCondition: '新',
|
|
|
conditions: 'CW',
|
|
|
freeDay: 30,
|
|
|
@@ -662,7 +663,12 @@ export default {
|
|
|
{
|
|
|
label: 'USER',
|
|
|
prop: 'purchaseCompanyName',
|
|
|
- disabled: false
|
|
|
+ disabled: false,
|
|
|
+ rules: [{
|
|
|
+ required: true,
|
|
|
+ message: "",
|
|
|
+ trigger: "blur"
|
|
|
+ }]
|
|
|
},
|
|
|
{
|
|
|
label: '放箱号',
|
|
|
@@ -783,13 +789,9 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
label: 'Pickup fee',
|
|
|
- prop: 'pickupFee',
|
|
|
- disabled: false
|
|
|
- },
|
|
|
- {
|
|
|
- label: '收/付',
|
|
|
prop: 'dc',
|
|
|
disabled: false,
|
|
|
+ placeholder:'请选择 收付',
|
|
|
type: 'select',
|
|
|
dicData: [{
|
|
|
label: '收',
|
|
|
@@ -798,6 +800,15 @@ export default {
|
|
|
label: '付',
|
|
|
value: 'c',
|
|
|
}],
|
|
|
+ span:4
|
|
|
+ },
|
|
|
+ {
|
|
|
+ label: '',
|
|
|
+ labelWidth: 0,
|
|
|
+ placeholder:'请输入 Pickup fee',
|
|
|
+ prop: 'pickupFee',
|
|
|
+ disabled: false,
|
|
|
+ span:2
|
|
|
},
|
|
|
{
|
|
|
label: 'Condition',
|
|
|
@@ -1822,6 +1833,7 @@ export default {
|
|
|
this.getDetail(this.detailData.id)
|
|
|
}
|
|
|
if (this.$route.query.params) {
|
|
|
+ console.log(44444)
|
|
|
this.getDetail(this.$route.query.params)
|
|
|
}
|
|
|
if (this.detailData.copyId) {
|
|
|
@@ -2200,7 +2212,10 @@ export default {
|
|
|
pid: this.form.id,
|
|
|
feesType: 1,
|
|
|
dc: 'D',
|
|
|
- billType: '船公司',
|
|
|
+ billType: '箱东',
|
|
|
+ corpId:this.form.purchaseCompanyId,
|
|
|
+ shortName:this.form.purchaseCompanyName,
|
|
|
+ corpCnName:this.form.purchaseCompanyName,
|
|
|
curCode: 'CNY',
|
|
|
exrate: 1,
|
|
|
$cellEdit: true
|
|
|
@@ -2214,7 +2229,10 @@ export default {
|
|
|
pid: this.form.id,
|
|
|
feesType: 1,
|
|
|
dc: 'C',
|
|
|
- billType: '船公司',
|
|
|
+ billType: '箱东',
|
|
|
+ corpId:this.form.purchaseCompanyId,
|
|
|
+ shortName:this.form.purchaseCompanyName,
|
|
|
+ corpCnName:this.form.purchaseCompanyName,
|
|
|
curCode: 'CNY',
|
|
|
exrate: 1,
|
|
|
$cellEdit: true
|
|
|
@@ -2248,6 +2266,7 @@ export default {
|
|
|
this.selectionfeecList = list;
|
|
|
},
|
|
|
getDetail(id) {
|
|
|
+ console.log(1111111111111,id)
|
|
|
const loading = this.$loading({
|
|
|
lock: true,
|
|
|
text: '加载中',
|