为什么在后面的代码中识别不到前面的对话框的结果
回答
收藏

为什么在后面的代码中识别不到前面的对话框的结果

阿斯顿发生
2025-04-06 18:55·浏览量:188
阿斯顿发生
发布于 2025-04-06 18:53更新于 2025-04-06 18:55188浏览

{

 "dialogTitle": null,

 "height": 0,

 "width": 300,

 "timeout": 0,

 "autoCloseButton": null,

 "use_wait_timeout": false,

 "canRememberContent": false,

 "settings": {

   "editors": [

     {

       "type": "List",

       "label": "不通过原因",

       "VariableName": "不通过原因",

       "value": "底单时间过期",

       "isTextEditable": false,

       "options": [

         "底单时间过期",

         "预约时间晚于底单时间",

         "没有税号",

         "底单不清晰",

         "预约错仓库",

         "没有进仓单",

         "预约错系统"

       ],

       "height": 230,

       "autoCloseOnSelected": false

     },

     {

       "type": "TextBox",

       "label": "自定义消息",

       "VariableName": "自定义消息",

       "value": {

         "VAR": "不通过原因"

       },

       "nullText": "请输入文本内容"

     }

   ],

   "buttons": [

     {

       "type": "Button",

       "label": "确定",

       "theme": "red",

       "hotKey": "Return"

     },

     {

       "type": "Button",

       "label": "取消",

       "theme": "white",

       "hotKey": "Escape"

     }

   ]

 }

}

收藏
全部回答1
最新
发布回答
回答