update 更新数据添加日志
This commit is contained in:
@@ -222,7 +222,7 @@ export default {
|
|||||||
Asc.scope.issueDate = this.form.issueTime || 'xxxx-xx-xx'
|
Asc.scope.issueDate = this.form.issueTime || 'xxxx-xx-xx'
|
||||||
Asc.scope.impDate = this.form.putTime || 'xxxx-xx-xx'
|
Asc.scope.impDate = this.form.putTime || 'xxxx-xx-xx'
|
||||||
Asc.scope.standardNumberPrefix = this.form.standardNumberPrefix || 'X/XX'
|
Asc.scope.standardNumberPrefix = this.form.standardNumberPrefix || 'X/XX'
|
||||||
window.Asc.plugin.callCommand(() => {
|
this.ctx.callCommand(() => {
|
||||||
try {
|
try {
|
||||||
console.log('创建封面,start')
|
console.log('创建封面,start')
|
||||||
const oDocument = Api.GetDocument()
|
const oDocument = Api.GetDocument()
|
||||||
@@ -1156,6 +1156,7 @@ export default {
|
|||||||
}, 1600)
|
}, 1600)
|
||||||
},
|
},
|
||||||
replaceData () {
|
replaceData () {
|
||||||
|
console.log('更新数据外层')
|
||||||
Asc.scope.standCode = this.form.standCode || 'X/XX xxxx-xxxx'
|
Asc.scope.standCode = this.form.standCode || 'X/XX xxxx-xxxx'
|
||||||
Asc.scope.replaceStandCode = this.form.dtqbbhbuss || 'X/XX xxxx-xxxx'
|
Asc.scope.replaceStandCode = this.form.dtqbbhbuss || 'X/XX xxxx-xxxx'
|
||||||
Asc.scope.standCNName = this.form.standName || 'xx'
|
Asc.scope.standCNName = this.form.standName || 'xx'
|
||||||
@@ -1163,7 +1164,7 @@ export default {
|
|||||||
Asc.scope.issueDate = this.form.issueTime || 'xxxx-xx-xx'
|
Asc.scope.issueDate = this.form.issueTime || 'xxxx-xx-xx'
|
||||||
Asc.scope.impDate = this.form.putTime || 'xxxx-xx-xx'
|
Asc.scope.impDate = this.form.putTime || 'xxxx-xx-xx'
|
||||||
Asc.scope.standardNumberPrefix = this.form.standardNumberPrefix || 'X/XX'
|
Asc.scope.standardNumberPrefix = this.form.standardNumberPrefix || 'X/XX'
|
||||||
window.Asc.plugin.callCommand(() => {
|
this.ctx.callCommand(() => {
|
||||||
try {
|
try {
|
||||||
console.log('更新数据', Asc.scope.issueDate, Asc.scope.impDate)
|
console.log('更新数据', Asc.scope.issueDate, Asc.scope.impDate)
|
||||||
const oDocument = Api.GetDocument()
|
const oDocument = Api.GetDocument()
|
||||||
|
|||||||
Reference in New Issue
Block a user