|
@@ -14,7 +14,7 @@
|
|
@click.stop="handleEdit">编辑</a-button>
|
|
@click.stop="handleEdit">编辑</a-button>
|
|
</template>
|
|
</template>
|
|
<!-- 操作区,位于 title 行的行尾 -->
|
|
<!-- 操作区,位于 title 行的行尾 -->
|
|
- <template slot="extra" v-if="basicInfoData&&basicInfoData.printState!='UNABLE_PRINT'">
|
|
|
|
|
|
+ <template slot="extra">
|
|
<a-button
|
|
<a-button
|
|
key="3"
|
|
key="3"
|
|
type="primary"
|
|
type="primary"
|
|
@@ -223,7 +223,7 @@ export default {
|
|
billSn: objs.allocateSn,
|
|
billSn: objs.allocateSn,
|
|
billNo: objs.allocateNo,
|
|
billNo: objs.allocateNo,
|
|
printType: taskName + '打印'
|
|
printType: taskName + '打印'
|
|
- })
|
|
|
|
|
|
+ }, !this.basicInfoData.printState || this.basicInfoData.printState == 'UNABLE_PRINT' || this.basicInfoData.printState == 'CANCEL_PRINT')
|
|
},
|
|
},
|
|
pageInit () {
|
|
pageInit () {
|
|
this.$refs.table.refresh(true)
|
|
this.$refs.table.refresh(true)
|