kts-component-invoice-operate 3.2.185 → 3.2.186

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
@@ -24289,8 +24289,11 @@ var Architecture = decorator(Form.create())(function (props) {
24289
24289
  label: "\u8BE6\u7EC6\u5730\u5740"
24290
24290
  }, getFieldDecorator('constructDetailAddress', {
24291
24291
  rules: readOnly ? [] : [{
24292
- max: 200,
24293
- message: '详细地址最多200个字符'
24292
+ required: true,
24293
+ message: '请输入详细地址'
24294
+ }, {
24295
+ max: 120,
24296
+ message: '详细地址最多120个字符'
24294
24297
  }, {
24295
24298
  validator: function validator(_, value) {
24296
24299
  var pattern = /街|路|村|乡|镇|道|巷|号/;
@@ -25825,7 +25828,7 @@ var Main$4 = decorator(Form.create())(function (props) {
25825
25828
  className: "kts-invoice-operate-freight"
25826
25829
  }, /*#__PURE__*/React.createElement("div", {
25827
25830
  className: 'real-estate-info-digtal-label'
25828
- }, "\u7279\u6B8A\u4FE1\u606F-\u5EFA\u7B51\u670D\u52A1"), /*#__PURE__*/React.createElement("div", {
25831
+ }, "\u7279\u6B8A\u4FE1\u606F-\u8D27\u7269\u8FD0\u8F93"), /*#__PURE__*/React.createElement("div", {
25829
25832
  className: "kts-invoice-operate-goods-list-digtal",
25830
25833
  onClick: function onClick(e) {
25831
25834
  e.stopPropagation();
package/dist/index.js CHANGED
@@ -24299,8 +24299,11 @@ var Architecture = GreyReactBox.decorator(ktsComponentsAntdX3.Form.create())(fun
24299
24299
  label: "\u8BE6\u7EC6\u5730\u5740"
24300
24300
  }, getFieldDecorator('constructDetailAddress', {
24301
24301
  rules: readOnly ? [] : [{
24302
- max: 200,
24303
- message: '详细地址最多200个字符'
24302
+ required: true,
24303
+ message: '请输入详细地址'
24304
+ }, {
24305
+ max: 120,
24306
+ message: '详细地址最多120个字符'
24304
24307
  }, {
24305
24308
  validator: function validator(_, value) {
24306
24309
  var pattern = /街|路|村|乡|镇|道|巷|号/;
@@ -25835,7 +25838,7 @@ var Main$4 = GreyReactBox.decorator(ktsComponentsAntdX3.Form.create())(function
25835
25838
  className: "kts-invoice-operate-freight"
25836
25839
  }, /*#__PURE__*/React__default['default'].createElement("div", {
25837
25840
  className: 'real-estate-info-digtal-label'
25838
- }, "\u7279\u6B8A\u4FE1\u606F-\u5EFA\u7B51\u670D\u52A1"), /*#__PURE__*/React__default['default'].createElement("div", {
25841
+ }, "\u7279\u6B8A\u4FE1\u606F-\u8D27\u7269\u8FD0\u8F93"), /*#__PURE__*/React__default['default'].createElement("div", {
25839
25842
  className: "kts-invoice-operate-goods-list-digtal",
25840
25843
  onClick: function onClick(e) {
25841
25844
  e.stopPropagation();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kts-component-invoice-operate",
3
- "version": "3.2.185",
3
+ "version": "3.2.186",
4
4
  "scripts": {
5
5
  "dev": "dumi dev --max-old-space-size=6096",
6
6
  "start": "dumi dev",
@@ -77,7 +77,8 @@ export default decorator<RealEstateInfoProps, FormComponentProps & RealEstateInf
77
77
  <Form.Item label='详细地址' >
78
78
  {getFieldDecorator('constructDetailAddress', {
79
79
  rules: readOnly ? [] : [
80
- { max: 200, message: '详细地址最多200个字符' },
80
+ { required: true, message: '请输入详细地址' },
81
+ { max: 120, message: '详细地址最多120个字符' },
81
82
  {
82
83
  validator: (_, value) => {
83
84
  const pattern = /街|路|村|乡|镇|道|巷|号/;
@@ -94,7 +94,7 @@ const Main = decorator<IGoodsListProps, FormComponentProps & IGoodsListProps>(Fo
94
94
  // controller.useForm('freightInfo', form);
95
95
  return (
96
96
  <div className="kts-invoice-operate-freight">
97
- <div className='real-estate-info-digtal-label' >特殊信息-建筑服务</div>
97
+ <div className='real-estate-info-digtal-label' >特殊信息-货物运输</div>
98
98
  <div className="kts-invoice-operate-goods-list-digtal" onClick={(e) => { e.stopPropagation() }} >
99
99
  <div className="kts-invoice-operate-freight-list-able">
100
100
  {/* 添加行 */}