|
@@ -756,7 +756,7 @@ export default {
|
|
console.log('备件名称/设备内部编号模糊查询选中值', item.eqName)
|
|
console.log('备件名称/设备内部编号模糊查询选中值', item.eqName)
|
|
console.log('备件名称/设备内部编号模糊查询选中值所在行', row)
|
|
console.log('备件名称/设备内部编号模糊查询选中值所在行', row)
|
|
this.$set(row, 'eqCode', item.eqCode)
|
|
this.$set(row, 'eqCode', item.eqCode)
|
|
- this.$set(this.createTemp, 'sealNumberHis', item.sealNumberHis)
|
|
|
|
|
|
+ this.$set(row, 'sealNumberHis', item.sealNumberHis)
|
|
this.$forceUpdate()
|
|
this.$forceUpdate()
|
|
},
|
|
},
|
|
querySearchCodeCont(queryString, cb) {
|
|
querySearchCodeCont(queryString, cb) {
|
|
@@ -950,13 +950,14 @@ export default {
|
|
},
|
|
},
|
|
|
|
|
|
add_dialog_save() {
|
|
add_dialog_save() {
|
|
|
|
+ console.log(this.listAddCont,'000')
|
|
this.isokDisable = true
|
|
this.isokDisable = true
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
this.isokDisable = false
|
|
this.isokDisable = false
|
|
}, 1000)
|
|
}, 1000)
|
|
this.$refs['createTemp'].validate(valid => {
|
|
this.$refs['createTemp'].validate(valid => {
|
|
if (valid) {
|
|
if (valid) {
|
|
- console.log(this.listAddCont)
|
|
|
|
|
|
+
|
|
if (this.createTemp.outsourcingCode == '' || this.createTemp.outsourcingCode == null || this.createTemp.outsourcingCode == undefined) {
|
|
if (this.createTemp.outsourcingCode == '' || this.createTemp.outsourcingCode == null || this.createTemp.outsourcingCode == undefined) {
|
|
GetDataByName(this.getParmCreateNumber2).then(response => {
|
|
GetDataByName(this.getParmCreateNumber2).then(response => {
|
|
this.$nextTick(() => {
|
|
this.$nextTick(() => {
|