kts-component-invoice-operate 3.2.24 → 3.2.25
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/dist/index.esm.js
CHANGED
|
@@ -14945,7 +14945,7 @@ var Stakeholder$1 = decorator(Form.create())(function (props) {
|
|
|
14945
14945
|
readOnly: isReadOnly('buyerTaxId'),
|
|
14946
14946
|
placeholder: "\u8BF7\u8F93\u5165",
|
|
14947
14947
|
autoComplete: "off"
|
|
14948
|
-
})))),
|
|
14948
|
+
})))), isExpand && React.createElement(React.Fragment, null, React.createElement(Col, {
|
|
14949
14949
|
span: 15
|
|
14950
14950
|
}, React.createElement(Form.Item, {
|
|
14951
14951
|
label: "\u8D2D\u4E70\u65B9\u5730\u5740",
|
|
@@ -15037,7 +15037,7 @@ var Stakeholder$1 = decorator(Form.create())(function (props) {
|
|
|
15037
15037
|
readOnly: isReadOnly('supplierTaxId'),
|
|
15038
15038
|
placeholder: "\u8BF7\u8F93\u5165",
|
|
15039
15039
|
autoComplete: "off"
|
|
15040
|
-
})))),
|
|
15040
|
+
})))), isExpand && React.createElement(React.Fragment, null, React.createElement(Col, {
|
|
15041
15041
|
span: 15
|
|
15042
15042
|
}, React.createElement(Form.Item, {
|
|
15043
15043
|
label: "\u9500\u552E\u65B9\u5730\u5740",
|
package/dist/index.js
CHANGED
|
@@ -14955,7 +14955,7 @@ var Stakeholder$1 = GreyReactBox.decorator(ktsComponentsAntdX3.Form.create())(fu
|
|
|
14955
14955
|
readOnly: isReadOnly('buyerTaxId'),
|
|
14956
14956
|
placeholder: "\u8BF7\u8F93\u5165",
|
|
14957
14957
|
autoComplete: "off"
|
|
14958
|
-
})))),
|
|
14958
|
+
})))), isExpand && React__default['default'].createElement(React__default['default'].Fragment, null, React__default['default'].createElement(ktsXui.Col, {
|
|
14959
14959
|
span: 15
|
|
14960
14960
|
}, React__default['default'].createElement(ktsComponentsAntdX3.Form.Item, {
|
|
14961
14961
|
label: "\u8D2D\u4E70\u65B9\u5730\u5740",
|
|
@@ -15047,7 +15047,7 @@ var Stakeholder$1 = GreyReactBox.decorator(ktsComponentsAntdX3.Form.create())(fu
|
|
|
15047
15047
|
readOnly: isReadOnly('supplierTaxId'),
|
|
15048
15048
|
placeholder: "\u8BF7\u8F93\u5165",
|
|
15049
15049
|
autoComplete: "off"
|
|
15050
|
-
})))),
|
|
15050
|
+
})))), isExpand && React__default['default'].createElement(React__default['default'].Fragment, null, React__default['default'].createElement(ktsXui.Col, {
|
|
15051
15051
|
span: 15
|
|
15052
15052
|
}, React__default['default'].createElement(ktsComponentsAntdX3.Form.Item, {
|
|
15053
15053
|
label: "\u9500\u552E\u65B9\u5730\u5740",
|
package/package.json
CHANGED
|
@@ -160,7 +160,7 @@ export default decorator<IStakeholder, IStakeholder & FormComponentProps>(Form.c
|
|
|
160
160
|
</Form.Item>
|
|
161
161
|
</Col>
|
|
162
162
|
{
|
|
163
|
-
|
|
163
|
+
isExpand && (
|
|
164
164
|
<>
|
|
165
165
|
<Col span={15} >
|
|
166
166
|
<Form.Item label='购买方地址' colon={false}>
|
|
@@ -238,7 +238,7 @@ export default decorator<IStakeholder, IStakeholder & FormComponentProps>(Form.c
|
|
|
238
238
|
</Form.Item>
|
|
239
239
|
</Col>
|
|
240
240
|
{
|
|
241
|
-
|
|
241
|
+
isExpand && (
|
|
242
242
|
<>
|
|
243
243
|
<Col span={15} >
|
|
244
244
|
<Form.Item label='销售方地址' colon={false}>
|