Commit a42d4f5d authored by zs嵩's avatar zs嵩

批量加价 批量费用申请

parent 877f2811
......@@ -123,7 +123,7 @@
</el-tag>
</template>
</el-table-column>
<el-table-column prop="lastInTime" :label="$t('最后入仓时间')" align="center" width="150"></el-table-column>
<el-table-column prop="rucangTime" :label="$t('最后入仓时间')" align="center" width="150"></el-table-column>
<el-table-column prop="estLoadingTime" :label="$t('装柜时间')" align="center" width="150"></el-table-column>
<el-table-column prop="dgDate" :label="$t('到港时间')" align="center" width="150"></el-table-column>
<el-table-column prop="qgDate" :label="$t('清关时间')" align="center" width="150"></el-table-column>
......@@ -459,6 +459,11 @@ export default {
}
})
if (!this.batchApplyDetailsInfoVO.reason) {
this.$message.error("请填写申请原因")
return
}
feeApplicationBatch({
batchApplyDetailsInfoVO: this.batchApplyDetailsInfoVO,
copyUserId: this.selectedUsers
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment