|
@@ -285,7 +285,7 @@
|
|
size="mini"
|
|
size="mini"
|
|
type="text"
|
|
type="text"
|
|
icon="el-icon-edit"
|
|
icon="el-icon-edit"
|
|
- @click="handleUpdate(scope.row, true)"
|
|
|
|
|
|
+ @click="check(scope.row,0)"
|
|
v-hasPermi="['warehouseBusiness:goodsTransfer:edit']"
|
|
v-hasPermi="['warehouseBusiness:goodsTransfer:edit']"
|
|
>查看
|
|
>查看
|
|
</el-button>
|
|
</el-button>
|
|
@@ -303,7 +303,7 @@
|
|
type="text"
|
|
type="text"
|
|
icon="el-icon-edit"
|
|
icon="el-icon-edit"
|
|
v-if="scope.row.fBillstatus === 4 || scope.row.fBillstatus === 5"
|
|
v-if="scope.row.fBillstatus === 4 || scope.row.fBillstatus === 5"
|
|
- @click="handleUpdate(scope.row, false)"
|
|
|
|
|
|
+ @click="check(scope.row)"
|
|
v-hasPermi="['warehouseBusiness:goodsTransfer:edit']"
|
|
v-hasPermi="['warehouseBusiness:goodsTransfer:edit']"
|
|
>审批进度
|
|
>审批进度
|
|
</el-button>
|
|
</el-button>
|
|
@@ -333,6 +333,7 @@
|
|
:close-on-click-modal="false"
|
|
:close-on-click-modal="false"
|
|
width="80%"
|
|
width="80%"
|
|
append-to-body
|
|
append-to-body
|
|
|
|
+ :show-close="colseButton"
|
|
|
|
|
|
>
|
|
>
|
|
<el-form ref="form" :model="form" :rules="rules" label-width="120px">
|
|
<el-form ref="form" :model="form" :rules="rules" label-width="120px">
|
|
@@ -343,7 +344,7 @@
|
|
v-model="form.fCorpid"
|
|
v-model="form.fCorpid"
|
|
filterable
|
|
filterable
|
|
remote
|
|
remote
|
|
- :disabled="browseStatus || formBrowseStatus"
|
|
|
|
|
|
+ :disabled="notChange"
|
|
style="width: 80%"
|
|
style="width: 80%"
|
|
:remote-method="corpsRemoteMethod"
|
|
:remote-method="corpsRemoteMethod"
|
|
placeholder="请选择货权方"
|
|
placeholder="请选择货权方"
|
|
@@ -363,7 +364,7 @@
|
|
v-model="form.fTocorpid"
|
|
v-model="form.fTocorpid"
|
|
filterable
|
|
filterable
|
|
remote
|
|
remote
|
|
- :disabled="browseStatus || formBrowseStatus"
|
|
|
|
|
|
+ :disabled="notChange"
|
|
style="width: 80%"
|
|
style="width: 80%"
|
|
@change="changefCorpid(form)"
|
|
@change="changefCorpid(form)"
|
|
:remote-method="corpsRemoteMethod"
|
|
:remote-method="corpsRemoteMethod"
|
|
@@ -396,7 +397,7 @@
|
|
v-model="form.fBsdate"
|
|
v-model="form.fBsdate"
|
|
style="width: 80%"
|
|
style="width: 80%"
|
|
type="date"
|
|
type="date"
|
|
- :disabled="browseStatus || formBrowseStatus"
|
|
|
|
|
|
+ :disabled="notChange"
|
|
value-format="timestamp"
|
|
value-format="timestamp"
|
|
placeholder="货转日期"
|
|
placeholder="货转日期"
|
|
>
|
|
>
|
|
@@ -409,7 +410,7 @@
|
|
v-model="form.fChargedate"
|
|
v-model="form.fChargedate"
|
|
style="width: 80%"
|
|
style="width: 80%"
|
|
type="date"
|
|
type="date"
|
|
- :disabled="browseStatus || formBrowseStatus"
|
|
|
|
|
|
+ :disabled="notChange"
|
|
value-format="timestamp"
|
|
value-format="timestamp"
|
|
placeholder="仓储计费日期">
|
|
placeholder="仓储计费日期">
|
|
</el-date-picker>
|
|
</el-date-picker>
|
|
@@ -420,7 +421,7 @@
|
|
<el-select
|
|
<el-select
|
|
v-model="form.fWarehouseid"
|
|
v-model="form.fWarehouseid"
|
|
filterable
|
|
filterable
|
|
- :disabled="browseStatus || formBrowseStatus"
|
|
|
|
|
|
+ :disabled="notChange"
|
|
remote
|
|
remote
|
|
style="width: 80%"
|
|
style="width: 80%"
|
|
:remote-method="warehouseRemoteMethod"
|
|
:remote-method="warehouseRemoteMethod"
|
|
@@ -442,7 +443,7 @@
|
|
v-model="form.fStltypeid"
|
|
v-model="form.fStltypeid"
|
|
placeholder="请选择结算方式"
|
|
placeholder="请选择结算方式"
|
|
clearable
|
|
clearable
|
|
- :disabled="browseStatus || formBrowseStatus"
|
|
|
|
|
|
+ :disabled="notChange"
|
|
style="width: 80%"
|
|
style="width: 80%"
|
|
>
|
|
>
|
|
<el-option
|
|
<el-option
|
|
@@ -460,7 +461,7 @@
|
|
v-model="form.fFeetunit"
|
|
v-model="form.fFeetunit"
|
|
placeholder="请选择计费单位"
|
|
placeholder="请选择计费单位"
|
|
clearable
|
|
clearable
|
|
- :disabled="browseStatus || formBrowseStatus"
|
|
|
|
|
|
+ :disabled="notChange"
|
|
style="width: 80%"
|
|
style="width: 80%"
|
|
>
|
|
>
|
|
<el-option
|
|
<el-option
|
|
@@ -478,7 +479,7 @@
|
|
v-model="form.fTrademodeid"
|
|
v-model="form.fTrademodeid"
|
|
placeholder="请选择贸易方式"
|
|
placeholder="请选择贸易方式"
|
|
clearable
|
|
clearable
|
|
- :disabled="browseStatus || formBrowseStatus"
|
|
|
|
|
|
+ :disabled="notChange"
|
|
style="width: 80%"
|
|
style="width: 80%"
|
|
>
|
|
>
|
|
<el-option
|
|
<el-option
|
|
@@ -561,7 +562,7 @@
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
<el-button type="primary" :disabled="browseStatus" @click="saveForm">保 存</el-button>
|
|
<el-button type="primary" :disabled="browseStatus" @click="saveForm">保 存</el-button>
|
|
- <el-button type="primary" :disabled="browseStatus" @click="submitForm">请 核</el-button>
|
|
|
|
|
|
+ <el-button type="primary" :disabled="notChange" @click="submitForm">请 核</el-button>
|
|
</el-form>
|
|
</el-form>
|
|
<div class="dialogTableTitle flex a-center jlr">
|
|
<div class="dialogTableTitle flex a-center jlr">
|
|
<h3>货转明细</h3>
|
|
<h3>货转明细</h3>
|
|
@@ -1383,12 +1384,14 @@
|
|
<add-or-update v-if="addOrUpdateVisible" ref="addOrUpdate" @refreshDataList="getDataList"></add-or-update>
|
|
<add-or-update v-if="addOrUpdateVisible" ref="addOrUpdate" @refreshDataList="getDataList"></add-or-update>
|
|
<approval-comments v-if="addOrUpdateVisib" ref="ApprovalComments" @refreshDataList="returnData"></approval-comments>
|
|
<approval-comments v-if="addOrUpdateVisib" ref="ApprovalComments" @refreshDataList="returnData"></approval-comments>
|
|
|
|
|
|
- <el-button type="primary" @click="saveForm">保 存</el-button>
|
|
|
|
|
|
+ <el-button type="primary" :disabled="notChange" @click="saveForm">保 存</el-button>
|
|
<el-button v-if="approve === true" @click="goApproval">审批</el-button>
|
|
<el-button v-if="approve === true" @click="goApproval">审批</el-button>
|
|
|
|
+ <el-button type="success" @click="backrRconciliation" v-if="form.fBillstatus == '6'">撤销请核</el-button>
|
|
<el-button type="primary" v-if="notChange" @click="addOrUpdateHandle()">查看审批流</el-button>
|
|
<el-button type="primary" v-if="notChange" @click="addOrUpdateHandle()">查看审批流</el-button>
|
|
- <el-button type="primary" @click="submitForm">提交审核</el-button>
|
|
|
|
|
|
+ <el-button type="primary" :disabled="notChange" @click="submitForm">提交审核</el-button>
|
|
<el-button type="danger" size="small" :disabled="disappear" v-if="form.fBillstatus === '4'" @click="backApproval">撤销审批</el-button>
|
|
<el-button type="danger" size="small" :disabled="disappear" v-if="form.fBillstatus === '4'" @click="backApproval">撤销审批</el-button>
|
|
- <el-button @click="cancel">取 消</el-button>
|
|
|
|
|
|
+ <el-button v-if="cancelButton === true" @click="cancel">取 消</el-button>
|
|
|
|
+ <el-button v-if="cancelButton === false" @click="homePage">取消</el-button>
|
|
</div>
|
|
</div>
|
|
<!-- 选择库存总账数据 -->
|
|
<!-- 选择库存总账数据 -->
|
|
<el-dialog
|
|
<el-dialog
|
|
@@ -1465,6 +1468,7 @@
|
|
<script>
|
|
<script>
|
|
import print from 'print-js'
|
|
import print from 'print-js'
|
|
import {
|
|
import {
|
|
|
|
+ backFee,
|
|
RevocationApproval,
|
|
RevocationApproval,
|
|
addWhgenleg,
|
|
addWhgenleg,
|
|
listGoodsTransfer,
|
|
listGoodsTransfer,
|
|
@@ -1494,6 +1498,8 @@
|
|
import AddOrUpdate from '@/views/viewApproval'
|
|
import AddOrUpdate from '@/views/viewApproval'
|
|
import ApprovalComments from '@/views/startApproval'
|
|
import ApprovalComments from '@/views/startApproval'
|
|
import Global from '@/layout/components/global'
|
|
import Global from '@/layout/components/global'
|
|
|
|
+ import { getAgreement } from '@/api/warehouseBusiness/agreement'
|
|
|
|
+
|
|
export default {
|
|
export default {
|
|
name: 'goodsTransfer',
|
|
name: 'goodsTransfer',
|
|
components: {
|
|
components: {
|
|
@@ -1503,6 +1509,8 @@
|
|
},
|
|
},
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|
|
|
|
+ colseButton:true,
|
|
|
|
+ cancelButton:true,
|
|
disappear:false,
|
|
disappear:false,
|
|
goodsTransferId:130,
|
|
goodsTransferId:130,
|
|
addOrUpdateVisible: false,
|
|
addOrUpdateVisible: false,
|
|
@@ -1716,8 +1724,32 @@
|
|
this.getDicts('sys_common_status').then((response) => {
|
|
this.getDicts('sys_common_status').then((response) => {
|
|
this.fBillstatusOptions = response.data
|
|
this.fBillstatusOptions = response.data
|
|
})
|
|
})
|
|
|
|
+ this.register()
|
|
|
|
+ },
|
|
|
|
+ activated(){
|
|
|
|
+ this.Jump()
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
|
|
+ // 撤销审核
|
|
|
|
+ backrRconciliation(){
|
|
|
|
+ this.queryParams.fBillstatus = '1'
|
|
|
|
+ // let formDate = new window.FormData()
|
|
|
|
+ // formDate.append('tFee',JSON.stringify(this.queryParams))
|
|
|
|
+ // formDate.append("tFeeDo", JSON.stringify(this.DzfeeList))
|
|
|
|
+
|
|
|
|
+ backFee(this.form.fId).then(response=>{
|
|
|
|
+ this.msgSuccess("撤回成功")
|
|
|
|
+
|
|
|
|
+ })
|
|
|
|
+ // this.open = false
|
|
|
|
+ this.getList()
|
|
|
|
+ },
|
|
|
|
+ // 默认录入人
|
|
|
|
+ register() {
|
|
|
|
+ queryUserVal().then((response)=>{
|
|
|
|
+ this.Lander = response.user.userName
|
|
|
|
+ })
|
|
|
|
+ },
|
|
// 审批按钮
|
|
// 审批按钮
|
|
goApproval(){
|
|
goApproval(){
|
|
this.addOrUpdateVisib = true
|
|
this.addOrUpdateVisib = true
|
|
@@ -1731,12 +1763,15 @@
|
|
this.colseButton = false
|
|
this.colseButton = false
|
|
this.approval = JSON.parse(this.approval)
|
|
this.approval = JSON.parse(this.approval)
|
|
this.hide = false
|
|
this.hide = false
|
|
|
|
+ this.open = true
|
|
|
|
+ this.browseStatus = true
|
|
this.notChange = true
|
|
this.notChange = true
|
|
this.approve = true
|
|
this.approve = true
|
|
this.disappear = true
|
|
this.disappear = true
|
|
this.cancelButton = false
|
|
this.cancelButton = false
|
|
|
|
+
|
|
this.reset()
|
|
this.reset()
|
|
- getGoodsTransfer(fId).then((response) => {
|
|
|
|
|
|
+ getGoodsTransfer(this.approval.billId).then((response) => {
|
|
this.form = response.data.warehousebills
|
|
this.form = response.data.warehousebills
|
|
this.$set(this.form, 'fStltypeid', this.form.fStltypeid + '')
|
|
this.$set(this.form, 'fStltypeid', this.form.fStltypeid + '')
|
|
this.$set(this.form, 'fFeetunit', Number(this.form.fFeetunit))
|
|
this.$set(this.form, 'fFeetunit', Number(this.form.fFeetunit))
|
|
@@ -2069,7 +2104,6 @@
|
|
cancel() {
|
|
cancel() {
|
|
this.reset()
|
|
this.reset()
|
|
this.open = false
|
|
this.open = false
|
|
- this.form = []
|
|
|
|
this.getList()
|
|
this.getList()
|
|
},
|
|
},
|
|
// 表单重置
|
|
// 表单重置
|
|
@@ -2104,6 +2138,22 @@
|
|
},
|
|
},
|
|
/** 新增按钮操作 */
|
|
/** 新增按钮操作 */
|
|
handleAdd() {
|
|
handleAdd() {
|
|
|
|
+ this.form = {
|
|
|
|
+ fCorpid:'',
|
|
|
|
+ fTocorpid:'',
|
|
|
|
+ fBillno:'',
|
|
|
|
+ fBsdate:'',
|
|
|
|
+ fChargedate:'',
|
|
|
|
+ fWarehouseid:'',
|
|
|
|
+ fStltypeid:'',
|
|
|
|
+ fFeetunit:'',
|
|
|
|
+ fTrademodeid:'',
|
|
|
|
+ fMblno:'',
|
|
|
|
+ fOriginalbillno:'',
|
|
|
|
+ orgStorageDate:''
|
|
|
|
+ }
|
|
|
|
+ this.notChange = false
|
|
|
|
+ this.browseStatus = false
|
|
this.reset()
|
|
this.reset()
|
|
this.queryUser()
|
|
this.queryUser()
|
|
this.open = true
|
|
this.open = true
|
|
@@ -2113,9 +2163,126 @@
|
|
this.relevantAttachments = []
|
|
this.relevantAttachments = []
|
|
this.title = '货权转移'
|
|
this.title = '货权转移'
|
|
},
|
|
},
|
|
|
|
+ // 查看按钮
|
|
|
|
+ check(row, res) {
|
|
|
|
+ this.notChange = true
|
|
|
|
+ this.browseStatus = true
|
|
|
|
+ const fId = row.fId || this.ids
|
|
|
|
+ getGoodsTransfer(fId).then((response) => {
|
|
|
|
+ this.form = response.data.warehousebills
|
|
|
|
+ this.$set(this.form, 'fStltypeid', this.form.fStltypeid + '')
|
|
|
|
+ this.$set(this.form, 'fFeetunit', Number(this.form.fFeetunit))
|
|
|
|
+ this.$set(this.form, 'fChargedate', Date.parse(this.form.fChargedate))
|
|
|
|
+ this.$set(this.form, 'fTrademodeid', this.form.fTrademodeid + '')
|
|
|
|
+ this.fMblnoOptions = response.data.corps
|
|
|
|
+ this.KHblnoOptions = response.data.corps
|
|
|
|
+ this.fWbuOptions = response.data.feesList
|
|
|
|
+ this.warehouseOptions = response.data.warehouse
|
|
|
|
+ this.dataList = response.data.warehouseBillsItem
|
|
|
|
+ for (let list in this.dataList) {
|
|
|
|
+ if (this.dataList[list].fBillstatus && this.dataList[list].fBillstatus === 6) {
|
|
|
|
+ this.formBrowseStatus = true
|
|
|
|
+ }
|
|
|
|
+ this.$set(this.dataList[list], 'fBsdate', Date.parse(this.dataList[list].fBsdate))
|
|
|
|
+ }
|
|
|
|
+ this.goodsOptions = response.data.goodsList
|
|
|
|
+ if (response.data.warehousebillsfeesDr) {
|
|
|
|
+ this.warehouseDrList = response.data.warehousebillsfeesDr
|
|
|
|
+ }
|
|
|
|
+ if (response.data.warehousebillsfeesCr) {
|
|
|
|
+ this.warehouseCrList = response.data.warehousebillsfeesCr
|
|
|
|
+ }
|
|
|
|
+ if (response.data.enclosures) {
|
|
|
|
+ this.relevantAttachments = response.data.enclosures;
|
|
|
|
+ }
|
|
|
|
+ this.userOptions = response.data.sysUser
|
|
|
|
+ this.$set(this.form, 'fBsdate', Date.parse(this.form.fBsdate))
|
|
|
|
+ this.open = true
|
|
|
|
+ this.title = '修改货存转移'
|
|
|
|
+ // if (res == 1) {
|
|
|
|
+ // this.notChange = true
|
|
|
|
+ // if (this.Operator == this.Lander) {
|
|
|
|
+ // this.disappear = false
|
|
|
|
+ // this.reset()
|
|
|
|
+ // const fId = row.fId || this.ids
|
|
|
|
+ // getGoodsTransfer(fId).then((response) => {
|
|
|
|
+ // this.form = response.data.warehousebills
|
|
|
|
+ // this.$set(this.form, 'fStltypeid', this.form.fStltypeid + '')
|
|
|
|
+ // this.$set(this.form, 'fFeetunit', Number(this.form.fFeetunit))
|
|
|
|
+ // this.$set(this.form, 'fChargedate', Date.parse(this.form.fChargedate))
|
|
|
|
+ // this.$set(this.form, 'fTrademodeid', this.form.fTrademodeid + '')
|
|
|
|
+ // this.fMblnoOptions = response.data.corps
|
|
|
|
+ // this.KHblnoOptions = response.data.corps
|
|
|
|
+ // this.fWbuOptions = response.data.feesList
|
|
|
|
+ // this.warehouseOptions = response.data.warehouse
|
|
|
|
+ // this.dataList = response.data.warehouseBillsItem
|
|
|
|
+ // for (let list in this.dataList) {
|
|
|
|
+ // if (this.dataList[list].fBillstatus && this.dataList[list].fBillstatus === 6) {
|
|
|
|
+ // this.formBrowseStatus = true
|
|
|
|
+ // }
|
|
|
|
+ // this.$set(this.dataList[list], 'fBsdate', Date.parse(this.dataList[list].fBsdate))
|
|
|
|
+ // }
|
|
|
|
+ // this.goodsOptions = response.data.goodsList
|
|
|
|
+ // if (response.data.warehousebillsfeesDr) {
|
|
|
|
+ // this.warehouseDrList = response.data.warehousebillsfeesDr
|
|
|
|
+ // }
|
|
|
|
+ // if (response.data.warehousebillsfeesCr) {
|
|
|
|
+ // this.warehouseCrList = response.data.warehousebillsfeesCr
|
|
|
|
+ // }
|
|
|
|
+ // if (response.data.enclosures) {
|
|
|
|
+ // this.relevantAttachments = response.data.enclosures;
|
|
|
|
+ // }
|
|
|
|
+ // this.userOptions = response.data.sysUser
|
|
|
|
+ // this.$set(this.form, 'fBsdate', Date.parse(this.form.fBsdate))
|
|
|
|
+ // this.open = true
|
|
|
|
+ // this.title = '修改货存转移'
|
|
|
|
+ // })
|
|
|
|
+ // } else {
|
|
|
|
+ // // this.notChange = true
|
|
|
|
+ // }
|
|
|
|
+ // } else {
|
|
|
|
+ // // this.notChange = true
|
|
|
|
+ // this.reset()
|
|
|
|
+ // const fId = row.fId || this.ids
|
|
|
|
+ // getGoodsTransfer(fId).then((response) => {
|
|
|
|
+ // this.form = response.data.warehousebills
|
|
|
|
+ // this.$set(this.form, 'fStltypeid', this.form.fStltypeid + '')
|
|
|
|
+ // this.$set(this.form, 'fFeetunit', Number(this.form.fFeetunit))
|
|
|
|
+ // this.$set(this.form, 'fChargedate', Date.parse(this.form.fChargedate))
|
|
|
|
+ // this.$set(this.form, 'fTrademodeid', this.form.fTrademodeid + '')
|
|
|
|
+ // this.fMblnoOptions = response.data.corps
|
|
|
|
+ // this.KHblnoOptions = response.data.corps
|
|
|
|
+ // this.fWbuOptions = response.data.feesList
|
|
|
|
+ // this.warehouseOptions = response.data.warehouse
|
|
|
|
+ // this.dataList = response.data.warehouseBillsItem
|
|
|
|
+ // for (let list in this.dataList) {
|
|
|
|
+ // if (this.dataList[list].fBillstatus && this.dataList[list].fBillstatus === 6) {
|
|
|
|
+ // this.formBrowseStatus = true
|
|
|
|
+ // }
|
|
|
|
+ // this.$set(this.dataList[list], 'fBsdate', Date.parse(this.dataList[list].fBsdate))
|
|
|
|
+ // }
|
|
|
|
+ // this.goodsOptions = response.data.goodsList
|
|
|
|
+ // if (response.data.warehousebillsfeesDr) {
|
|
|
|
+ // this.warehouseDrList = response.data.warehousebillsfeesDr
|
|
|
|
+ // }
|
|
|
|
+ // if (response.data.warehousebillsfeesCr) {
|
|
|
|
+ // this.warehouseCrList = response.data.warehousebillsfeesCr
|
|
|
|
+ // }
|
|
|
|
+ // if (response.data.enclosures) {
|
|
|
|
+ // this.relevantAttachments = response.data.enclosures;
|
|
|
|
+ // }
|
|
|
|
+ // this.userOptions = response.data.sysUser
|
|
|
|
+ // this.$set(this.form, 'fBsdate', Date.parse(this.form.fBsdate))
|
|
|
|
+ // this.open = true
|
|
|
|
+ // this.title = '修改货存转移'
|
|
|
|
+ // })
|
|
|
|
+ // }
|
|
|
|
+ })
|
|
|
|
+ },
|
|
|
|
+
|
|
/** 修改按钮操作 */
|
|
/** 修改按钮操作 */
|
|
handleUpdate(row, status) {
|
|
handleUpdate(row, status) {
|
|
- this.notChange = true
|
|
|
|
|
|
+ this.notChange = false
|
|
this.browseStatus = status
|
|
this.browseStatus = status
|
|
this.reset()
|
|
this.reset()
|
|
const fId = row.fId || this.ids
|
|
const fId = row.fId || this.ids
|
|
@@ -2371,6 +2538,8 @@
|
|
this.dataListSelection = row
|
|
this.dataListSelection = row
|
|
},
|
|
},
|
|
saveForm() {
|
|
saveForm() {
|
|
|
|
+ this.notChange = true
|
|
|
|
+ this.browseStatus = true
|
|
this.updateDeduplication()
|
|
this.updateDeduplication()
|
|
this.$refs['form'].validate((valid) => {
|
|
this.$refs['form'].validate((valid) => {
|
|
if (this.form.fCorpid === this.form.fTocorpid) {
|
|
if (this.form.fCorpid === this.form.fTocorpid) {
|
|
@@ -2462,7 +2631,7 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
if (valid) {
|
|
if (valid) {
|
|
- this.form.fBillstatus = 4
|
|
|
|
|
|
+ // this.form.fBillstatus = 4
|
|
let formData = new window.FormData()
|
|
let formData = new window.FormData()
|
|
formData.append("warehouseBills", JSON.stringify(this.form));
|
|
formData.append("warehouseBills", JSON.stringify(this.form));
|
|
formData.append("warehousebillsitems", JSON.stringify(this.dataList));
|
|
formData.append("warehousebillsitems", JSON.stringify(this.dataList));
|
|
@@ -2471,6 +2640,8 @@
|
|
formData.append("warehousebillsfeesDr", JSON.stringify(this.warehouseDrList));
|
|
formData.append("warehousebillsfeesDr", JSON.stringify(this.warehouseDrList));
|
|
warehouseSubmission(formData).then((response) => {
|
|
warehouseSubmission(formData).then((response) => {
|
|
this.msgSuccess('提交成功')
|
|
this.msgSuccess('提交成功')
|
|
|
|
+ this.browseStatus = true
|
|
|
|
+ this.notChange = true
|
|
this.cancel()
|
|
this.cancel()
|
|
this.getList()
|
|
this.getList()
|
|
})
|
|
})
|