doctor-admin-components 1.0.13-beta.89 → 1.0.13-beta.90

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "doctor-admin-components",
3
3
  "version1": "1.0.11",
4
- "version": "1.0.13-beta.89",
4
+ "version": "1.0.13-beta.90",
5
5
  "private": false,
6
6
  "main1": "lib/index.umd.min.js",
7
7
  "main": "packages/index.js",
@@ -7,6 +7,7 @@
7
7
  <span v-if="voidInvoiceList" style="color: red">【快捷转卖】:系统检测到此销售合同关联的采购合同存在【已作废】的装运,</span>
8
8
  <el-button v-if="voidInvoiceList" @click="handleReference" size="mini" type="text">点击这里直接复制并引用</el-button>
9
9
  </slot>
10
+ <div v-if="reason" style="color:#f00;padding-left:60px;margin-bottom:10px;">{{ reason }}</div>
10
11
  <el-form ref="form" :model="form" :rules="rules" label-position="right" label-width="80px">
11
12
  <el-row>
12
13
  <el-col :span="6">
@@ -546,6 +547,10 @@ export default {
546
547
  default: () => {
547
548
  return null
548
549
  }
550
+ },
551
+ reason: {
552
+ type: String,
553
+ default: ''
549
554
  }
550
555
  },
551
556
  created() {