入库流程,带入的标准的实施日多了时分秒
This commit is contained in:
@@ -1842,7 +1842,7 @@
|
|||||||
this.verifySarStandard = true
|
this.verifySarStandard = true
|
||||||
this.clearFormData(this.form)
|
this.clearFormData(this.form)
|
||||||
break
|
break
|
||||||
// 带入
|
// 带入(确认)
|
||||||
case 2:
|
case 2:
|
||||||
if (this.standardCheckedList.length === 1) {
|
if (this.standardCheckedList.length === 1) {
|
||||||
this.$http.get('sarStandardsInfo/sar-standards-info/getStandInfoUpdateById', {id: this.standardCheckedList[0].id}, {
|
this.$http.get('sarStandardsInfo/sar-standards-info/getStandInfoUpdateById', {id: this.standardCheckedList[0].id}, {
|
||||||
@@ -1873,7 +1873,10 @@
|
|||||||
this.key3++
|
this.key3++
|
||||||
this.form.standType = this.form.standInData === '0' ? 'INLAND' : 'FOREIGN'
|
this.form.standType = this.form.standInData === '0' ? 'INLAND' : 'FOREIGN'
|
||||||
this.form.standYear = bringData.standYear ? parseInt(bringData.standYear) : ''
|
this.form.standYear = bringData.standYear ? parseInt(bringData.standYear) : ''
|
||||||
|
console.log(this.form)
|
||||||
this.form.ssrq = this.$moment(this.form.ssrq).format("YYYY-MM-DD")
|
this.form.ssrq = this.$moment(this.form.ssrq).format("YYYY-MM-DD")
|
||||||
|
this.form.zccssrq = this.$moment(this.form.zccssrq).format("YYYY-MM-DD")
|
||||||
|
this.form.xcxssrq = this.$moment(this.form.xcxssrq).format("YYYY-MM-DD")
|
||||||
this.form.prcNum = this.prcNum
|
this.form.prcNum = this.prcNum
|
||||||
this.form.prcName = this.prcName
|
this.form.prcName = this.prcName
|
||||||
this.form['id'] = bringData.id
|
this.form['id'] = bringData.id
|
||||||
|
|||||||
Reference in New Issue
Block a user